v1
latestOpenAPI 3.0.02026-07-14311851.4 KBSettings
Get Subscriptions Settings
Lists the current Subscriptions settings in your store.
get/settings
Headers
Content-Typestring required
Type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Response
OK
Example response
{
"defaultSla": null,
"deliveryChannels": [
"delivery"
],
"executionHourInUtc": 9,
"isMultipleInstallmentsEnabledOnCreation": false,
"isMultipleInstallmentsEnabledOnUpdate": false,
"isUsingV3": true,
"manualPriceAllowed": false,
"onMigrationProcess": false,
"orderCustomDataAppId": null,
"postponeExpiration": false,
"randomIdGeneration": false,
"slaOption": "NONE",
"useItemPriceFromOriginalOrder": false,
"workflowVersion": "1.1"
}