put https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources//status
Update the status of a supply source.
Responses
Update the status of a supply source.
xxxxxxxxxx
curl --request PUT \
--url https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/supplySourceId/status \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}