Create order from cart and then redirect to checkout.

Request
query Parameters
cartId
required
string

Jetshop cart id

channel
required
string

Merchant channel.

culture
required
string^[A-Za-z]{2,3}(?:-[A-Za-z]{2,2})*$

Language and region of the customer.

currency
string^[A-Za-z]{3,3}$

Currency of the purchase. ISO 4217.

country
string^[A-Za-z]{2,2}$

Country

auth
string

Authentication token

header Parameters
x-merchant
required
string

Merchant identifier

Responses
302

Found

400

Bad Request

404

Not Found

get/api/v1/orders/redirect
Request samples
Copyright © Norce 2024. All right reserved.