Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique ID of the asynchronous operation.
"aa_0afb3d009a55814a48"
Response
Returns detailed information about the async action result.
Response body schema for GET v1/async-actions/{asyncActionId}.
This is an object representing an asynchronous action.
Async action unique ID.
"aa_0adad13d6f057f088e"
Type of async action.
CAMPAIGN.VOUCHERS_IMPORT, CAMPAIGN.VOUCHERS_IMPORT_CSV, CAMPAIGN.VOUCHERS_UPDATE, CAMPAIGN.VOUCHERS_DELETE, CAMPAIGN.VOUCHERS_GENERATE, CAMPAIGNS.METADATA_KEY_PURGE, CUSTOMERS.IMPORT_CSV, CUSTOMERS.BULK_UPDATE, CUSTOMERS.METADATA_UPDATE, CUSTOMERS.METADATA_KEY_PURGE, PRODUCTS.BULK_UPDATE, PRODUCTS.METADATA_UPDATE, PRODUCTS.METADATA_KEY_PURGE, PRODUCTS.IMPORT_CSV, SKUS.IMPORT_CSV, VOUCHERS.IMPORT, VOUCHERS.IMPORT_CSV, VOUCHERS.BULK_UPDATE, VOUCHERS.METADATA_UPDATE, VOUCHERS.METADATA_KEY_PURGE, ORDERS.IMPORT, ORDERS.METADATA_KEY_PURGE Status of the async action. Informs you whether the async action has already been completed.
DONE, ENQUEUED, FAILED, IN_PROGRESS Status of async action processing. Informs about the async action status, whether it failed, succeeded, or the status is unknown.
FAILED, SUCCESS, UNKNOWN Timestamp representing the date and time when the async action was scheduled in ISO 8601 format.
"2022-06-23T11:21:45.578Z"
Timestamp representing the date and time when the async action was updated. The value is shown in the ISO 8601 format.
"2022-06-23T11:21:46.795Z"
Unique request ID.
"v-0b45cee140c3c9b5ca"
The length of time it took to process the request in milliseconds.
1217
% progress to completion of the asynchronous action.
0 <= x <= 100The type of the object represented by JSON. This object stores information about the async_action.
async_action Result schema for a CAMPAIGN.VOUCHERS_IMPORT async action type.
- CAMPAIGN.VOUCHERS_IMPORT
- CAMPAIGN.VOUCHERS_IMPORT_CSV
- CAMPAIGN.VOUCHERS_UPDATE
- CAMPAIGN.VOUCHERS_DELETE
- CAMPAIGN.VOUCHERS_GENERATE
- CAMPAIGNS.METADATA_KEY_PURGE
- CUSTOMERS.IMPORT_CSV
- CUSTOMERS.BULK_UPDATE
- CUSTOMERS.METADATA_UPDATE
- CUSTOMERS.METADATA_KEY_PURGE
- PRODUCTS.BULK_UPDATE
- PRODUCTS.METADATA_UPDATE
- PRODUCTS.IMPORT_CSV
- SKUS.IMPORT_CSV
- PRODUCTS.METADATA_KEY_PURGE
- VOUCHERS.IMPORT
- VOUCHERS.IMPORT_CSV
- VOUCHERS.BULK_UPDATE
- VOUCHERS.METADATA_UPDATE
- VOUCHERS.METADATA_KEY_PURGE
- ORDERS.IMPORT
- ORDERS.METADATA_KEY_PURGE

