Bulk Import
Generate CSV template for categories
Generates CSV template to bulk upload categories.
GET
/
api-category
/
v1
/
category
/
bulk
/
template
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during Login)
Headers
x-site-context
string
requiredThe x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Response
200 - application/csv
The response is of type file
.
Was this page helpful?