GetStock API

Bulk query of current product information in CSV format

Queryable data

Filtering conditions

In case of XML:

Url: https://app.webshippy.com/wspyapi/getStockInfoCsv/xml/

Request:

<request> 
  <apiKey>api-key-comes-here</apiKey>
  <inventoryUpdatedSince>2020-12-01 00:00:00</inventoryUpdatedSince>
</request>

In case of JSON:

Url: https://app.webshippy.com/wspyapi/getStockInfoCsv/json/

Request:

{
  "apiKey": "api-key-comes-here",
  "inventoryUpdatedSince": "2020-12-01"
} 

Last updated