InventoryBrands

Restore an Inventory Brand

This endpoint restores an archived (soft-deleted) inventory brand by ID.

post/inventory/brands/{brandId}/restore

Response

The inventory brand was successfully retrieved

Example response

{
  "data": {
    "name": "L'Oréal"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.