Update a product by the Item ID.
Use this endpoint to update a single product by using its itemId
. You can update the product’s details, such as its name, category details, product images, attributes, and collections. However, you can’t update the itemId
. The new data completely replaces the existing data.
You can update the product’s details, such as its name, category details, product images, attributes, and collections. However, you can’t update the itemId. The new data completely replaces the existing data.
If you don’t have the itemId
, use the one of the endpoints to delete the product:
Authorizations
This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.
Headers
A header retrieved from your Copilot Account Details that's used by the API to identify the tenant making the request. Tenant ID must be included in the authentication header for API requests to access any of fabric’s endpoints.
Unique request ID
Path Parameters
A sequential system-generated item ID.
Query Parameters
The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format).
The default value is en-US.
Body
A sample request to update a product.
A sample request to update a product.
A sample request to update a product.
A sample request to update a product.
Response
The details of a product based on the product type.
The details of a product based on the product type.
The details of a product based on the product type.
The details of a product based on the product type.