Skip to main content
POST
JavaScript

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

Brand Id

请求体

application/json
move_products_to
string | null

Brand that takes over the products and the live subscriptions of the brand you archive. It must be a brand of the same business, and it must not be archived. The primary brand (its brand id is the business id) is a valid target. Omit this field only when the brand holds no products and no live subscriptions.

响应

Archived Brand

archived_at
string<date-time>
必填

Time the brand was archived.

brand_id
string
必填

The archived brand.

collections_moved
integer<int64>
必填

Count of product collections moved to the target brand.

必填范围: x >= 0
products_moved
integer<int64>
必填

Count of products moved to the target brand.

必填范围: x >= 0
subscriptions_moved
integer<int64>
必填

Count of live subscriptions moved to the target brand.

必填范围: x >= 0
moved_to_brand_id
string | null

Brand that received the moved records. Null when no target was given.

最后修改于 2026年8月21日