v1
latestOpenAPI 3.0.02026-07-1411714.4 KBMiscellaneous
Add Subscription item
Adds an item to a Subscription (formerly Recurrence).
post/subscriptions/{recurrenceId}/items
Path parameters
recurrenceIdstring required
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
[
{
"frequency": {
"interval": 1,
"periodicity": "monthly"
},
"quantity": 2,
"seller": "1",
"shippingAddressId": "-1461618656161",
"sku": "20"
}
]