Bulk Import
Generate S3 bucket URL for item attribute import
Generates S3 bucket URL to upload item attribute using CSV file
POST
/
api-product
/
v1
/
upload-url
/
attribute
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.
Body
application/json
fileName
string
File name to be uploaded in the generated URL
Response
200 - application/json
fileId
string
A 24-character system-generated file ID
url
string
S3 bucket url, to upload the template file.
key
string
S3 key of the file
Was this page helpful?