VendorDirectFulfillmentTransactions๏
- class sp_api.api.VendorDirectFulfillmentTransactions(marketplace: ~sp_api.base.marketplaces.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, auth_token_client_class=<class 'sp_api.auth.access_token_client.AccessTokenClient'>)๏
VendorDirectFulfillmentTransactions SP-API Client :link:
The Selling Partner API for Direct Fulfillment Transaction Status provides programmatic access to a direct fulfillment vendorโs transaction status.
- get_transaction_status(self, transactionId, **kwargs) ApiResponse ๏
Returns the status of the transaction indicated by the specified transactionId.
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 Previously returned in the response to the POST request of a specific transaction.
- Return type: