v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Inventory

Creates a Inventory resource.

Creates a Inventory resource.

post/inventories

Request body

idstring
product_namestring
total_quantityinteger
skustring nullable
modifiedstring date-time nullable
fulfillable_quantitystring nullable
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

productNamestring
totalQuantityinteger
{"stackTrail":"components:schemas:Inventory:properties:fulfillableQuantity","oasType":"schema","type":"unknown"}

Example request

{
  "integration": "quickbooks"
}

Response

Inventory resource created

idstring
product_namestring
total_quantityinteger
skustring nullable
modifiedstring date-time nullable
fulfillable_quantitystring nullable
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

productNamestring
totalQuantityinteger
{"stackTrail":"components:schemas:Inventory:properties:fulfillableQuantity","oasType":"schema","type":"unknown"}

Example response

{
  "integration": "quickbooks"
}