Inventory

RevCascade requires Suppliers to update stock levels at least once per day. Updating inventory is very similar to updating other variant attributes (and may be performed when updating other attributes if desired).

Operations

PATCH /v1/brands/{brand_id}/variants/{variant_id}/ Inventory Update
Required Parameters
array of objects

Array of inventory attributes items that should be updated.

{
   "attributes":[
      {
         "attribute":{
            "code":"inventory"
         },
         "value":270
      },
   ]
}

Update the inventory of a single variant.

PATCH https://api.revcascade.com/v1/brands/500/variants/413532