Skip to main content
POST
/
v1
/
products
/
importCSV
Import Products using CSV
curl --request POST \
  --url https://{cluster}.voucherify.io/v1/products/importCSV \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>' \
  --form file=@example-file
{
  "async_action_id": "aa_0a875d56c805df6601"
}

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required
Authorization
string
header
required

Body

multipart/form-data
file
file
required

Response

async_action_id
string
required
Example: