/sales-orders/bulk/{batch_id}
/sales-orders/bulk/{batch_id}
Returns the status and results of a SalesOrder bulk create batch.
/sales-orders/bulk/{batch_id}
Returns the status and results of a SalesOrder bulk create batch.
Token-based authentication with required prefix “Bearer”
Possible overall statuses:
ENQUEUED - The request has been received and a task has been enqueued for processingIN_PROGRESS - The enqueued task is being processedPARTIAL_SUCCESS - The task has been processed, but not all objects were written successfullySUCCESS - The task has been processed, and all objects were written successfullyFAILED - The task has been processed, but ran into an error while processingRATE_LIMITED - The request was received but ran into rate limits while processing. The rate limited objects are being retried.