Mass Delete Floating Inventory

We are currently updating the documentation for this API, and appreciate your patience meanwhile. Delete floating inventory items from the Bringg Platform while maintaining the database record.

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

rc

Int32

If an error occurred, the return code.

message

string

If an error occurred, a message indicating the error.

Possible Errors

  • The external_id, sku, or serial_number does not exist in the list of floating inventory.
  • The inventory item is assigned to an order.
Body Params
string
required

Your identifier for the floating inventory item.

string

The item's stock keeping unit number. This identifies the type of item and does not need to be unique. Required if no external_id.

string

Your ID of the inventory item. This identifies the type of item and does not need to be unique.Required if no sku.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json