Archive Inventory List

PUT {{campaign_url}}/inventoryLists/:id/statuses

Archive an inventory list

You can archive an existing inventory list by sending this PUT request. Open the body tab and set the workflowStatus as archived.

For information on obtaining the inventory list's id, see GET Existing Inventory List documentation.

Request Body

{"workflowStatus"=>"archived"}