Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The details of the product's import file.
The name of the file as stored in the configured File Module Provider.
The file's original name.
The file's extension.
Example:
"csv"
The file's size in bytes.
The file's mime type.
Example:
"text/csv"