Skip to main content
POST
Update Inventory

Authorizations

X-API-Key
string
header
required

API Key for authentication

Body

application/json

Inventory Create or Update Request

sku
string
required
Maximum string length: 255
Example:

"SKU-001"

inventory_status
enum<string>
required
Available options:
OUT_OF_STOCK,
IN_STOCK,
BACK_ORDER
Example:

"IN_STOCK"

available_quantity
integer
Example:

100

reserved_quantity
integer
Example:

100

in_stock_quantity
integer
Example:

100

back_order_quantity
integer
Example:

100

back_order_allowed
boolean
default:true
Example:

true

out_of_stock_threshold
integer
Example:

100

track_inventory
boolean
default:true
Example:

true

on_order_details
object[]
in_transit_details
object[]
dynamic_details
string
Example:

"{\"key\":\"value\"}"

notes
string

HTML content

Example:

"Notes"

Response

Created

data
object