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.
Language