get https://{cluster}.voucherify.io/v1/async-actions
Track asynchronous operations scheduled in your project.
The table below lists the possible types of async actions. The types are different for each endpoint generating the async action. If you would like to learn more about importing data into Voucherify, read more here.
Types by Context | Endpoint |
---|---|
CAMPAIGN | |
CAMPAIGN.VOUCHERS_IMPORT | POST /campaigns/{campaignId}/import |
CAMPAIGN.VOUCHERS_IMPORT_CSV | POST /campaigns/{campaignId}/importCSV |
CAMPAIGN.VOUCHERS_UPDATE | PUT /campaigns/{campaignId} |
CAMPAIGN.VOUCHERS_DELETE | DELETE /campaigns/{campaignId} |
CAMPAIGN.VOUCHERS_GENERATE |
|
CUSTOMERS | |
CUSTOMERS.IMPORT_CSV | POST /customers/importCSV |
CUSTOMERS.BULK_UPDATE | POST /customers/bulk/async |
CUSTOMERS.METADATA_UPDATE | POST /customers/metadata/async |
PRODUCTS | |
PRODUCTS.BULK_UPDATE | POST /products/bulk/async |
PRODUCTS.METADATA_UPDATE | POST /products/metadata/async |
PRODUCTS.IMPORT_CSV | POST /products/importCSV |
SKUS.IMPORT_CSV | POST /skus/importCSV |
VOUCHERS | |
VOUCHERS.IMPORT | POST /vouchers/import |
VOUCHERS.IMPORT_CSV | POST /vouchers/importCSV |
VOUCHERS.BULK_UPDATE | POST /vouchers/bulk/async |
VOUCHERS.METADATA_UPDATE | POST /vouchers/metadata/async |
ORDERS | |
ORDERS.IMPORT | POST /orders/import |
METADATA KEY PURGE | |
CAMPAIGNS.METADATA_KEY_PURGE CUSTOMERS.METADATA_KEY_PURGE PRODUCTS.METADATA_KEY_PURGE VOUCHERS.METADATA_KEY_PURGE ORDERS.METADATA_KEY_PURGE | No API endpoint equivalent. You can perform this action through the Dashboard. See Dashboard documentation: Dashboard > Project Settings |