put https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/
Update the configuration and capabilities of a supply source.
Responses
Update the configuration and capabilities of a supply source.
xxxxxxxxxx
52curl --request PUT \
--url https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/supplySourceId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"configuration": {
"operationalConfiguration": {
"throughputConfig": {
"throughputUnit": "Order"
}
}
},
"capabilities": {
"outbound": {
"operationalConfiguration": {
"throughputConfig": {
"throughputUnit": "Order"
}
},
"deliveryChannel": {
"operationalConfiguration": {
"throughputConfig": {
"throughputUnit": "Order"
}
}
},
"pickupChannel": {
"operationalConfiguration": {
Try It!
to start a request and see the response here! Or choose an example: