get https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/
Retrieve a supply source.
Responses
Retrieve a supply source.
xxxxxxxxxx
curl --request GET \
--url https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/supplySourceId \
--header 'accept: application/json'
xxxxxxxxxx
473}
{
"supplySourceId": "string",
"supplySourceCode": "string",
"alias": "string",
"status": "Active",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"configuration": {
"operationalConfiguration": {
"contactDetails": {
"primary": {
"email": "string",
"phone": "string"
}