VendorDirectFulfillmentTransactions

class sp_api.api.VendorDirectFulfillmentTransactions(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)

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:

ApiResponse