get https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources
The path to retrieve paginated supply sources.
Responses
The path to retrieve paginated supply sources.
xxxxxxxxxx
curl --request GET \
--url 'https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources?pageSize=10' \
--header 'accept: application/json'
xxxxxxxxxx
23{
"supplySources": [
{
"alias": "string",
"supplySourceId": "string",
"supplySourceCode": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
}
}
],
"nextPageToken": "string"
}