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": {
xxxxxxxxxx
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}