Retrieve an Inventory Update
post
/api/v2/inventory_updates/{id}/cancel/
Make GET request to this resource to retrieve a single inventory update record containing the following fields:
can_cancel
: (boolean)
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : InventoryUpdateCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true
Response
Supported Media Types
- application/json
201 Response
Root Schema : InventoryUpdateCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true