Comment on page
SP-API Example
How to use the AWS4 plugin with the Seller Partner API (SP-API)

Create new API workflow

Add an action
Orders API v0 reference
Selling Partner API
AMAZON SP API DOCUMENTATION


Note : You have limited time to pass this data to the API connector manually for initialization ...

Use the user field you defined, "sign cannon" in this case (result of step 2) as part of the signature in the API connector under AUTHORIZATION (header)

API connector Setup
https://sellingpartnerapi-na.amazon.com/orders/v0/orders?MarketplaceIds=[markePlacetId]&CreatedAfter=[createdAfter]&MaxResultPerPage=[maxResultsPerPage]
AWS4-HMAC-SHA256 Credential=AKSRERGDGDEXAMPLE/20230704/us-east-1/execute-api/aws4_request, SignedHeaders=host;x-amz-access-token;x-amz-date, Signature=cef4094a781626a728a46c7082353f96bae9b4beb6654927132884baac02fd7
Breakdown of Authorization Header
- 1AWS4-HMAC-SHA2562Credential=AKSRERGDGDEXAMPLE/20230704/us-east-1/execute-api/aws4_request,3SignedHeaders=host;x-amz-access-token;x-amz-date,4Signature=cef4094a781626a728a46c7082353f96bae9b4beb6654927132884baac02fd7
Copy and paste the authorization header (exact spacing) and replace with your own credentials.
Last modified 4mo ago