Get products to store
path Parameters
limitinteger · int64 · min: 1 · max: 200 · requiredLimit of recieve products
pageinteger · int64 · requiredPage number
Responses
Ok
successbooleanExample: trueProductsobject[]resultsnumberExample: 233pagesnumberExample: 100pagenumberExample: 4per_pagenumberExample: 2request_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49
Update an existing Product
path Parameters
product_idinteger · int64 · requiredProduct Id
Request Body
skustringThe SKU od the product
Example: dkasj234modelstringminimumintegerminimum items to add to cart
Example: 10upcstringUPC code for current product
weightinteger · floatNumeric value of the weight of the product, if not passed it is zero
Example: 40weight_class_idinteger · int32The id of the weight class you are using for current product (There is separate API request that return all the weight classes, check "misc/dimension_lst")
Example: 3lengthinteger · floatNumeric value of the length of the product, if not passed it is zero
Example: 15widthinteger · floatNumeric value of the width of the product, if not passed it is zero
Example: 15heightinteger · floatNumeric value of the height of the product, if not passed it is zero
Example: 15length_class_idinteger · int32The id of the length class you are using for current product (There is separate API request that return all the weight classes, check "misc/dimension_lst")
Example: 3stock_statusintegerValid stock status id (you can find them in separate API call the returns stock status ids)
Example: 7subtractinteger · booleanPass '1' if you want to activate subtruct feature, if not pass '0'
sort_orderintegerThe order of the product related to another products
Example: 9statusinteger · booleanIf you want disactivate the product pass '0' else pass '1'
keywordstringKeyword related to SEO
Example: foodquantityintegerThe quantity of your product
Example: 10hiddeninteger · booleanHide your product from the customers by passing '1' else pass '0'
Example: 0imagestringValid URL for valid image format (jpg,jpeg,png)
imagesobject[]Array of additional images sent for each product (optional)
pricenumber · floatExample: 56.76product_pricingobjectproduct_relatedinteger[]Example: [12,15,33]product_categoryinteger[]Example: [555,444,123]product_descriptionobjectExample: {"3":{"name":"Green socks","description":"My brand socks"}}sticker_statusinteger · booleanDefines if the the sticker enabled/disabled
sticker_typestring · enumDefines the type of the sticker
Enum values:percentsumcustomsticker_textobjectThe text appears on sticker (referenced by language id) in case of custom text chosen
sticker_settingsobjectThe sticker text styling
product_optionobject[]Array of options objects (If you want to empty the option pass empty array !)
shipping_productinteger[]Array of numeric shipping ids that valid for product (type 1 and above)
Example: [12,45,77]product_specialobject[]
Responses
successfully request
successbooleanExample: trueresponsestringExample: Product Updated successfully, productID: 216product_idnumberExample: 216request_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49
Edit multiple products in single request
Request Body
product_idintegerProduct ID that we update
Example: 23331quantityintegerUpdated product's quantity
Example: 3pricenumber · floatProduct's price
Example: 56.76
Responses
success
successbooleanExample: trueresponsestringExample: Product bulk edit completeupdated_productsinteger[]List of items that updated
Example: [64222,53331]nothing_to_update_productsinteger[]List of items that were nothing to update
Example: [54222,23331]request_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49
Create New Product
Request Body
product_descriptionobject · requiredExample: {"3":{"name":"Green socks","description":"My brand socks"}}
skustringThe SKU od the product
Example: dkasj234modelstringminimumintegerminimum items to add to cart
Example: 10upcstringUPC code for current product
weightinteger · floatNumeric value of the weight of the product, if not passed it is zero
Example: 40weight_class_idinteger · int32The id of the weight class you are using for current product (There is separate API request that return all the weight classes, check "misc/dimension_lst")
Example: 3lengthinteger · floatNumeric value of the length of the product, if not passed it is zero
Example: 15widthinteger · floatNumeric value of the width of the product, if not passed it is zero
Example: 15heightinteger · floatNumeric value of the height of the product, if not passed it is zero
Example: 15length_class_idinteger · int32The id of the length class you are using for current product (There is separate API request that return all the weight classes, check "misc/dimension_lst")
Example: 3stock_statusintegerValid stock status id (you can find them in separate API call the returns stock status ids)
Example: 7subtractinteger · booleanPass '1' if you want to activate subtruct feature, if not pass '0'
sort_orderintegerThe order of the product related to another products
Example: 9statusinteger · booleanIf you want disactivate the product pass '0' else pass '1'
keywordstringKeyword related to SEO
Example: foodquantityintegerThe quantity of your product
Example: 10hiddeninteger · booleanHide your product from the customers by passing '1' else pass '0'
Example: 0imagestringValid URL for valid image format (jpg,jpeg,png)
imagesobject[]pricenumber · floatExample: 56.76product_pricingobjectproduct_relatedinteger[]Example: [12,15,33]product_categoryinteger[]Example: [555,444,123]product_attributesobject[]product_specialobject[]product_optionobject[]Array of options objects
shipping_productinteger[]Array of numeric shipping ids that valid for product (type 1 and above)
Example: [12,45,77]sticker_statusinteger · booleanDefines if the sticker enabled / enabled/disabled
sticker_typestring · enumDefines wich type of sticker
Enum values:percentsumcustomsticker_textobjectThe custom option text (for each language)
sticker_settingsobjectAll the sticker text styling options
Responses
successfully request
successbooleanExample: trueresponsestringExample: Product created successfully, productID: 970request_idstringExample: 1ef2da0b-6f98-6fec-b13f-06c63b84be49