PUT
/
orders
/
update
/
{uniqid}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Sellix-Merchant
string

The name of the store to perform actions on via the API

Path Parameters

uniqid
string
required

Uniqid of the resource

Body

application/json
gateway
enum<string>

If null, the customer will be asked automatically to choose a gateway on the Sellix hosted /payment page. If product_id is specified, the gateway must be on in the product's gateways array.

Available options:
PAYPAL,
STRIPE,
SKRILL,
PERFECT_MONEY,
CASH_APP,
BINANCE,
BITCOIN,
LITECOIN,
ETHEREUM,
BITCOIN_CASH,
NANO,
MONERO,
SOLANA,
RIPPLE,
BINANCE_COIN,
USDC:ERC20,
USDC:BEP20,
USDC:MATIC,
USDC:SOL,
USDT:ERC20,
USDT:BEP20,
USDT:MATIC,
USDT:SOL,
USDT:TRC20,
TRON,
BITCOIN_LN,
CONCORDIUM,
POLYGON,
PEPE:ERC20,
DAI:ERC20,
DAI:BEP20,
DAI:MATIC,
WETH:BEP20,
WETH:MATIC,
APE:ERC20,
APE:MATIC,
SHIB:ERC20,
SHIB:BEP20,
SHIB:MATIC,
USDC_NATIVE:MATIC,
DOGECOIN,
PYTH:SOL,
BONK:SOL,
JUP:SOL,
JITO:SOL,
WEN:SOL,
RENDER:SOL,
MOBILE:SOL,
HNT:SOL
paypal_apm
enum<string>

If gateway is PAYPAL, a paypal_apm (PayPal Alternative Payment Method) can be specified. To retrieve the available PayPal APM for a specific customer session, please refer to the PayPal SDK using window.paypal.FUNDING and fundingSource to filter out available methods. You can also use our documentation on how to process white_label payments.

Available options:
bancontact,
eps,
trustly,
mercado,
paylater,
sepa,
venmo,
blik,
giropay,
ideal,
mybank,
sofort,
przelewy24,
credit
name
string

The name of the recipient for the order

surname
string

The surname of the recipient for the order

address_line1
string

The address line of the the order

address_city
string

The city the address is located in

address_country
string

The ISO country code country the address is located in

address_postal_code
string

The zipcode for the address

address_state
string

The state the address is located

stripe_apm
enum<string>

Stripe Alternative Payment Method name, such as iDEAL, used if gateway is STRIPE.

Available options:
afterpay_clearpay,
alipay,
bancontact,
au_becs_debit,
boleto,
eps,
fpx,
giropay,
grabpay,
ideal,
klarna,
oxxo,
p24,
sofort,
wechat_pay

Response

200 - application/json
status
integer
data
object
error
string
message
string
env
string