Skip to main content
POST
/
v1
/
products
/
bulk
/
async
Update Products in Bulk
curl --request POST \
  --url https://{cluster}.voucherify.io/v1/products/bulk/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>' \
  --data null
{
  "async_action_id": "aa_0a875d56c805df6601"
}

Authorizations

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

Body

application/json · Products Update In Bulk Request Body · object[]
source_id
string
required
Example:
name
string
Example:
price
integer
attributes
string[]
image_url
string
Example:
metadata
object

Response

async_action_id
string
required
Example: