For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upsell Settings

Get store upselling settings

get

Retrieves upselling settings for the store.

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
enabledbooleanRequired
automatic_recommendations_enabledbooleanRequired
automatic_recommendations_discount_typestring · enumRequiredPossible values:
automatic_recommendations_discount_amountinteger · int64Required
recommendation_overrides_enabledbooleanRequired
checkout_stylestring · enumRequiredPossible values:
updated_atstring · date-timeRequired
get/v1/stores/{storeId}/upsell-settings

Updates store upselling settings

patch

Updates upselling settings for a store.

Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
enabledbooleanOptional
automatic_recommendations_enabledbooleanOptional
automatic_recommendations_discount_typestring · enumOptionalPossible values:
automatic_recommendations_discount_amountinteger · int64Optional
recommendation_overrides_enabledbooleanOptional
checkout_stylestring · enumOptionalPossible values:
Responses
204

No Content

No content

patch/v1/stores/{storeId}/upsell-settings

No content

Last updated

Was this helpful?