v1
latestOpenAPI 3.0.02026-07-1411714.4 KBMiscellaneous
Update Subscription
Updates details of a given Subscription (formerly recurrence).
put/subscriptions
Headers
Content-Typestring required
Example:application/json
Type of the content being sent
Acceptstring required
Example:application/json
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand
Request body
Example request
{
"deliveryDay": 26,
"deliveryWeekday": "Friday",
"email": "user@vtex.com.br",
"items": [
{
"frequency": {
"interval": 1,
"periodicity": "weekly"
},
"quantity": 2,
"seller": "1",
"shippingAddressId": "-1461618656161",
"sku": "18"
}
],
"paymentAccountId": "87FE21B06C0D42908D31A5B11E6FC043"
}