v1

latestOpenAPI 3.0.02026-07-1411714.4 KB
Miscellaneous

Update Subscription settings

Updates the Subscriptions' (formerly Recurrence) settings of your store by salesChannel and defaultSLA.

put/subscriptions/settings

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

defaultSLAstring required
salesChannelstring required

Example request

{
  "defaultSLA": "Normal",
  "salesChannel": "1"
}