Search

Index

Revindex Storefront

Warehouse

Last updated on 2023-01-27 3 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  
  name XML Locale  
  phone String  
  portalID Integer  
  postalCode String  
  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