Products
Update Product With Image
Products
Update Product With Image
Update a product
PUT
/
products
/
{uniqid}
?img=true
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
X-Sellix-Merchant
string
X-Sellix-Merchant
string
The name of the store to perform actions on via the API
uniqid
string
*
uniqid
Required
string
Uniqid of the resource
object
*
image
file
*
image
Required
file
Image file to upload with the product.
data
object
data
object
title
string
title
string
Add Example Value
price
number
price
number
Add Example Value
description
string
description
string
Add Example Value
currency
enum<string>
currency
enum<string>
Available currency.
Add Example Value
gateways
array
gateways
array
Add Example Value
type
enum<string>
type
enum<string>
Product type.
Add Example Value
serials
array
serials
array
Add Example Value
serials_remove_duplicates
boolean
serials_remove_duplicates
boolean
Add Example Value
service_text
string
service_text
string
Add Example Value
stock
integer
stock
integer
Add Example Value
dynamic_webhook
string
dynamic_webhook
string
Add Example Value
stock_delimiter
string
stock_delimiter
string
Add Example Value
min_quantity
integer
min_quantity
integer
Add Example Value
max_quantity
integer
max_quantity
integer
Add Example Value
delivery_text
string
delivery_text
string
Add Example Value
custom_fields
array
custom_fields
array
Add Example Value
crypto_confirmations_needed
integer
crypto_confirmations_needed
integer
Add Example Value
max_risk_level
integer
max_risk_level
integer
For PAYPAL and STRIPE, maximum risk level to accept payments in order to block fraud attempts.
Add Example Value
unlisted
boolean
unlisted
boolean
Add Example Value
private
boolean
private
boolean
Add Example Value
block_vpn_proxies
boolean
block_vpn_proxies
boolean
Block VPN and Proxy purchases if the gateway is PAYPAL or STRIPE.
Add Example Value
sort_priority
integer
sort_priority
integer
Add Example Value
webhooks
array
webhooks
array
Add Example Value
on_hold
boolean
on_hold
boolean
Add Example Value
terms_of_service
string
terms_of_service
string
Add Example Value
warranty
integer
warranty
integer
The length of the warranty in seconds
Add Example Value
warranty_text
string
warranty_text
string
Add Example Value
remove_image
boolean
remove_image
boolean
Add Example Value
remove_file
boolean
remove_file
boolean
Add Example Value
volume_discounts
array
volume_discounts
array
Add Example Value
recurring_interval
string
recurring_interval
string
Add Example Value
recurring_interval_count
integer
recurring_interval_count
integer
Add Example Value
trial_period
integer
trial_period
integer
Add Example Value
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
multipart/form-data
image
file
requiredImage file to upload with the product.
data
object
Response
200 - application/json
status
integer
data
object
error
string
message
string
env
string
log
object