Products
Update Product
Update a product
PUT
/
products
/
{uniqid}
Authorizations
Authorization
string
headerrequiredBearer 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
requiredUniqid of the resource
Body
application/json
title
string
price
number
description
string
currency
enum<string>
Available currency.
Available options:
CAD
, HKD
, ISK
, PHP
, DKK
, HUF
, CZK
, GBP
, RON
, SEK
, IDR
, INR
, BRL
, RUB
, HRK
, JPY
, THB
, CHF
, EUR
, MYR
, BGN
, TRY
, CNY
, NOK
, NZD
, ZAR
, USD
, MXN
, SGD
, AUD
, ILS
, KRW
, PLN
gateways
enum<string>[]
Available options:
PAYPAL
, STRIPE
, SKRILL
, PERFECT_MONEY
, CASH_APP
, BINANCE
, BITCOIN
, LITECOIN
, ETHEREUM
, BITCOIN_CASH
, NANO
, MONERO
, SOLANA
, RIPPLE
, BINANCE_COIN
, USDC
, USDT
, TRON
, BITCOIN_LN
, CONCORDIUM
, POLYGON
, PEPE
, DAI
, WETH
, APE
, SHIB
, USDC_NATIVE
, DOGECOIN
, PYTH
, BONK
, JUP
, JITO
, WEN
, RENDER
, MOBILE
, HNT
type
enum<string>
Product type.
Available options:
SERIALS
, FILE
, SERVICE
, DYNAMIC
, INFO_CARD
, SUBSCRIPTION
serials
string[]
serials_remove_duplicates
boolean
service_text
string
stock
integer
dynamic_webhook
string
stock_delimiter
string
min_quantity
integer
max_quantity
integer
delivery_text
string
custom_fields
object[]
crypto_confirmations_needed
integer
max_risk_level
integer
For PAYPAL and STRIPE, maximum risk level to accept payments in order to block fraud attempts.
unlisted
boolean
private
boolean
block_vpn_proxies
boolean
Block VPN and Proxy purchases if the gateway is PAYPAL or STRIPE.
sort_priority
integer
webhooks
string[]
on_hold
boolean
terms_of_service
string
warranty
integer
The length of the warranty in seconds
warranty_text
string
remove_image
boolean
remove_file
boolean
volume_discounts
object[]
recurring_interval
string
recurring_interval_count
integer
trial_period
integer
Response
200 - application/json
status
integer
data
object
error
string
message
string
env
string
log
object