Selected payment method

quote Guest Payment Method Management V1Get Get

get

Return the payment method for a specified shopping cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <string>
Responses
chevron-right
200

OK

application/json
Responseobject
get
/V1/guest-carts/{cartId}/selected-payment-method

quote Guest Payment Method Management V1Set Put

put

Add a specified payment method to a specified shopping cart.

Path parameters
cartIdstringRequired

(Required) The cart ID.

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"method":{"method":"<string>","po_number":"<string>","additional_data":["<string>","<string>"],"extension_attributes":{"agreement_ids":["<string>","<string>"]}}}
Responses
chevron-right
200

OK

application/json
Responseobject
put
/V1/guest-carts/{cartId}/selected-payment-method