POST
/
products
/
actions
/
change-category

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

x-fabric-request-id
string

Unique request ID

Query Parameters

status
enum<string>
default: LIVE

Determines the version of the product applicable for this operation (endpoint action). If the status is DRAFT, only the Draft version of the product, if it exists, is considered for the operation.

Available options:
DRAFT,
LIVE

Body

application/json
products
object[]
targetCategoryId
string

24-character system-generated category ID

Response

200 - application/json

Change product category response object

data
object[]