/

to search

#Inventory APIs

The Inventory resource is used to signify the quantity available for an existing catalogue item.

The inventory API can be used to–

  1. Update Inventory API

#Update Inventory API

Updates the inventory quantity for an existing catalogue item.

Sample Request

MethodPATCH
Path/api/storefronts/<storefront_id>/catalogue/<catalogue_item_id>/inventory

Sample Request Body

{
"quantity": 3000
}

Sample Response

202-EMPTY RESPONSE

Was this page helpful?