Skip to main content
POST
/
imports
/
products
Import Products
curl --request POST \
  --url https://api-dev.monyfix.tech/imports/products \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'store_id=<string>' \
  --form 'file=<string>' \
  --form file.0='@example-file'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
store_id
string
required
file
file | null

Response

Successful Response