Soft Delete Floating Inventory

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