Publish
Publish product by SKU
A newly added product can be in Published
or Draft
status. With this endpoint, by specifying sku
, you can publish a product in Draft status.
POST
/
products
/
sku
/
{sku}
/
actions
/
publish
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
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.
Unique request ID
Path Parameters
Product SKU
Was this page helpful?