Search

Index

Revindex Storefront

Warehouse

Last updated on 2024-08-09 8 mins. to read

A Warehouse object is to manage warehouses in your system.

GetActiveWarehouse

This service is used to query the Warehouse object.

Request Parameters

Node Required Data Type Description
warehouseID Yes Integer The object identifier.

 

Return Data

Node Data Type Description
warehouse XML  
  city String  
  countryCode String  
  countryName String  
  createDate DateTime  
  description XML Locale  
  district String  
  email String  
  latitude Decimal  
  localTimeZone String Must be a valid .NET TimeZoneInfo name. e.g. "UTC", "Eastern Standard Time" that matches your warehouse location time zone.
  longitude Decimal  
  name XML Locale  
  openPublic Boolean Indicate if warehouse is also a store.
  phone String  
  portalID Integer  
  postalCode String  
  publicFridayCloseTime Timestamp  
  publicFridayOpenTime Timestamp  
  publicMondayCloseTime Timestamp  
  publicMondayOpenTime Timestamp  
  publicThursdayCloseTime Timestamp  
  publicThursdayOpenTime Timestamp  
  publicTuesdayCloseTime Timestamp  
  publicTuesdayOpenTime Timestamp  
  publicSaturdayCloseTime Timestamp  
  publicSaturdayOpenTime Timestamp  
  publicSundayCloseTime Timestamp  
  publicSundayOpenTime Timestamp  
  publicWednesdayCloseTime Timestamp  
  publicWednesdayOpenTime Timestamp  
  sellerID Integer The seller object identifier.
  street String  
  subdivisionCode String  
  subdivisionName String  
  unit String  
  updateDate DateTime  
  warehouseID Integer The object identifier.
  warehouseKey String A unique key that can be used to uniquely identify this object. This could be a short meaningful text or simply a GUID.

 


GetActiveWarehouses

This service is used to query all the Warehouse objects.

Request Parameters

Node Required Data Type Description
count No Boolean Specify if return data should include total number of records found.
skip No Integer The number of records to skip over for paging purposes.
take No Integer The number of records to return for paging purposes.

 

Return Data

Node Data Type Description
totalCount Integer Number of records found.
warehouses XML Container node
  warehouse XML Zero or more Warehouse nodes with same data structure as GetActiveWarehouse service return data.

 

Comments


Powered by Revindex Wiki