API Guides

Ready-to-use client libraries for popular programming languages.

API Center Menu

Find Inventory Item by Query

Request Type: 

GET

API Endpoint:

<url>/api/inventory 

Mandatory Headers Properties:

  • Authorization (type: string): the valid access token from the authentication.ย 

Query parameters:

  • status – The status of the inventory item – i.e. Received, Pending Arrival.
  • condition – The condition of the Inventory item – i.e. Open, Boxed, Defective, Repack, Used.
  • sku – The item SKU
  • serial_number – the Inventory item serial number.

Sample Requests:

Get ‘Pending Arrival” inventory items: 

<url>/api/inventory?status=1