v1

latestOpenAPI 3.0.12026-07-26381328555.2 KB
CheckoutSettings

Update Customer Checkout Settings

Modifies existing customer checkout settings. When a shopper starts the process of checking out,the Checkout Service checks these settings to render the checkout page.This is where you can specify whether shoppers must be logged in 'LoginRequired' or not 'LoginOptional' to checkout. You can also update your own customer checkout requirements, for example, to add a tracking code.

put/commerce/settings/checkout/customercheckoutsettings

Query parameters

responseFieldsstring

limits which fields are returned in the response body

Request body

customerCheckoutTypestring nullable

Checkout login setting. Value can be either "LoginOptional," where shoppers are prompted to sign in but are not required to do so, or "LoginRequired," where shopppers must login before purchasing.

Response

OK

customerCheckoutTypestring nullable

Checkout login setting. Value can be either "LoginOptional," where shoppers are prompted to sign in but are not required to do so, or "LoginRequired," where shopppers must login before purchasing.