Generate the import template
Bulk import must be in a standardized format. Using this endpoint, you can generate the template required to bulk import attribute, category, collection, item, and/or bundle.
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
Body
Template request
Specify the type, such as item or bundle, for which a template file needs to be downloaded
ITEM
, BUNDLE
ID of leaf category where items must be imported
If isLocalizable
is true, the search is based on the localized name in specified locales. If isLocalizable
is false, the search is only based on the non-localized names.
Response
The response is of type file
.
Was this page helpful?