VendorTransactionStatus

class sp_api.api.VendorTransactionStatus(marketplace: Marketplaces = Marketplaces.US, *, refresh_token=None, account='default', credentials=None, restricted_data_token=None, proxies=None, verify=True, timeout=None, version=None, credential_providers=None)

VendorTransactionStatus SP-API Client :link:

The Selling Partner API for Retail Procurement Transaction Status provides programmatic access to status information on specific asynchronous POST transactions for vendors.

get_transaction(self, transactionId, **kwargs) ApiResponse

Returns the status of the transaction that you specify.

Usage Plans:

Rate (requests per second)

Burst

10

10

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.

Parameters:

transactionId – string | * REQUIRED The GUID provided by Amazon in the ‘transactionId’ field in response to the post request of a specific transaction.

Return type:

ApiResponse