Skip to main content

Request Parameters

string
required
The SKU ID in the sales channel (the SKU_ID used to create the SKU).
integer
required
The available quantity of the SKU. This represents how many pieces can be sold.
integer
required
The ID of the warehouse where the SKU is stocked. Use 1 unless you are informed otherwise.
string
required
The type of inventory to update. Available values are:
  • AVAILABLE: available quantity of the SKU for sales.
  • DAMAGED: damaged quantity of the SKU. This is used to track the quantity of returned SKUs that are damaged and can’t be sold as new.

Response Fields

string
The unique identifier of this SKU inventory record.
string
The unique identifier of the merchant within the e-CROSS platform.
string
The SKU ID in the sales channel.
string
The SKU name within e-CROSS. If the SKU isn’t registered in the e-CROSS platform, this field won’t be returned.
integer
The ID of the warehouse where the SKU is stocked.
string
The name of the warehouse where the SKU is stocked.
string
The country of the warehouse where the SKU is stocked.
integer
The quantity of SKUs stocked in this warehouse.
string
The type of this inventory record.
string
The date and time when the product inventory entry was created or the quantity was changed, in ISO 8601 format.
string
The date and time when the sales channel updated the inventory quantity in their system. If no integration has occurred yet, this field won’t be returned.
array
Array containing the orders that generated the inventory position.