VendorDirectFulfillmentSandboxTestData V2021_10_28

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

VendorDirectFulfillmentSandboxTestData SP-API Client :link:

The Selling Partner API for Vendor Direct Fulfillment Sandbox Test Data provides programmatic access to vendor direct fulfillment sandbox test data.

generate_order_scenarios(self, **kwargs) ApiResponse

Submits a request to generate test order data for Vendor Direct Fulfillment API entities.

Examples

literal blocks:

VendorDirectFulfillmentSandboxTestDataV20211028().generate_order_scenarios()
Parameters:

body – GenerateOrderScenarioRequest | required The request payload containing parameters for generating test order data scenarios.

Returns:

ApiResponse

get_order_scenarios(self, transactionId, **kwargs) ApiResponse

Returns the status of the transaction indicated by the specified transactionId. If the transaction was successful, also returns the requested test order data.

Examples

literal blocks:

VendorDirectFulfillmentSandboxTestDataV20211028().get_order_scenarios("value")
Parameters:

transactionId – object | required The transaction identifier returned in the response to the generateOrderScenarios operation.

Returns:

ApiResponse