Add a product
Use this endpoint to add a single product to Catalog Connector. You must specify the locale
in the query parameter and the product data in the request body. Only sku
is mandatory for product data. Optionally, you can specify the type
as item, variant, or bundle. The default setting for type
is item.
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
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 create a new product. A sample request to create a product of the type item. A sample request to update an item. A sample request to update a product with common properties. A common schema for product, variants, and bundles.
A sample request to create a new product. A sample request to create a product of the type item. A sample request to update an item. A sample request to update a product with common properties. A common schema for product, variants, and bundles.
A sample request to create a new product. A sample request to create a product of the type variant. A sample request to update a variant. A sample request to update a product with common properties. A common schema for product, variants, and bundles.
A sample request to create a new product. A sample request to create a product of the type bundle. A sample request to update a bundle. A sample request to update a product with common properties. A common schema for product, variants, and bundles.
Response
OK.
The details of a product based on the product type. The details of an item. Additional details of a product. A common schema for product, variants, and bundles along with their identifiers. A common schema for product, variants, and bundles.
The details of a product based on the product type. The details of an item. Additional details of a product. A common schema for product, variants, and bundles along with their identifiers. A common schema for product, variants, and bundles.
The details of a product based on the product type. The details of an item variant. Additional details of a product. A common schema for product, variants, and bundles along with their identifiers. A common schema for product, variants, and bundles.
The details of a product based on the product type. The details of a bundle. Additional details of a product. A common schema for product, variants, and bundles along with their identifiers. A common schema for product, variants, and bundles.