VendorDirectFulfillmentTransactions V1
- class sp_api.api.VendorDirectFulfillmentTransactionsV1(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 Plan:
Rate (requests per second)
Burst
10
10
For more information, see “Usage Plans and Rate Limits” in the Selling Partner API documentation.
Examples
literal blocks:
VendorDirectFulfillmentTransactionsV1().get_transaction_status("value")
- Parameters:
transactionId – object | required Previously returned in the response to the POST request of a specific transaction.
- Returns:
ApiResponse