POST
/
products
/
sku
/
{sku}
/
actions
/
unpublish

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

Path Parameters

sku
string
required

Product SKU

Query Parameters

overrideDraft
boolean
default: true

true: Override the Draft version of the product when the Live version of the product is unpublished <br /> false: Discard the Live version and keep the Draft version. If there is no Draft, a new Draft status will be created