Update Product
PUT/openapi/2022-01/products/:product_id
Update an existing product with the provided details.
Request
Path Parameters
Product's ID
- application/json
- Body
- Example
Body
- Array [
- ]
- Array [
- ]
- Array [
- ]
If no_entity is true, it will return empty object while update successfully
falseproduct object
Product's title
Product's briefing description
Product's description
Whether it is published or not
Whether it is required to shipping
Whether it is taxable
Tags, separated by comma, for example: tag1,tag2
Vendor's name
Vendor's URL
SEO title
SEO description
SEO keywords, separated by comma, for example: key1,key2
Product's handle
Whether it is a single variant
Whether to tracking inventory
Inventory policy: continue, deny, auto_unpublished, required while inventory_tracking is true
Whether variant image is needed. It's required if has_only_default_variant is false
Product's SPU
Product's fake sales
Whether to display fake sales
options object[]
Option's name, for example: "color","size".
Option's values, for example: ["red", "black"],["small", "large"]
[]images object[]
The id of the image.
Image's URL
Image's width in px
Image's height in px
Image's alt
variants object[]
Option 1
Option 2
Option 3
image object
Variant's images, e.g.: {"src":"//cn.cdn.shoplazza.com/c8bf5695d347092d7a010f00182581f7.jpeg"}
Image's URL
Image's width in px
Image's height in px
Image's alt
image's altCompare at price ( original price )
Price, set it to "0.00" if you want to leave the price empty.
The barcode of the variant.
Unit of weight, possible value are: kg, g, lb, oz
wholesale_price object
Mini Order Quantity
extend object
Country of origin code of the product.
HS codes are the international standard for commodity classification, and Shoplazza can automatically generate HS codes based on commodity information.
{
"no_entity": false,
"product": {
"title": "string",
"brief": "string",
"description": "string",
"published": true,
"requires_shipping": true,
"taxable": "string",
"tags": "string",
"vendor": "string",
"vendor_url": "string",
"note": "string",
"seo_title": "string",
"seo_description": "string",
"seo_keywords": "string",
"handle": "string",
"has_only_default_variant": true,
"inventory_tracking": true,
"inventory_policy": "string",
"need_variant_image": true,
"spu": "string",
"fake_sales": 0,
"display_fake_sales": true,
"options": [
{
"name": "string",
"values": [
"string"
]
}
],
"images": [
{
"id": "string",
"src": "string",
"width": 0,
"height": 0,
"alt": "string"
}
],
"variants": [
{
"option1": "string",
"option2": "string",
"option3": "string",
"image": {
"src": "string",
"width": 0,
"height": 0,
"alt": "image's alt",
"position": 0
},
"compare_at_price": "string",
"price": "string",
"sku": "string",
"barcode": "string",
"note": "string",
"inventory_quantity": 0,
"weight": "string",
"weight_unit": "string",
"cost_price": "string",
"wholesale_price": {
"price": "string",
"min_quantity": 0
},
"extend": {
"width": 0,
"length": 0,
"height": 0,
"dimension_unit": "string",
"origin_country_code": "string",
"hs_code": "string"
}
}
]
}
}
Responses
- 200
- 404
- 422
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
product object
shirt2024-04-17T02:15:18Z<p>Desc</p>truetrue010shirttruefalsea1a88be0-a1d4-47e4-a2f2-ba6e131cf447image object
//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg01740180ccf0794c594bad32a320eea0d6bfe40c.jpegimages object[]
8ef098c5-5a08-44b4-b5fb-89214bb507dca1a88be0-a1d4-47e4-a2f2-ba6e131cf44701//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg017401802024-04-17T02:15:18Z2024-04-17T02:15:35Zcontinue072truetruetruefalsetruetrueoptions object[]
a4fc1abf-86fb-4e45-b774-9ff3b3f8ef90a1a88be0-a1d4-47e4-a2f2-ba6e131cf44701sizetruefalse1970-01-01T00:00:00ZtruetrueDescshirtT-Ms1-s2truetrueshirt2024-04-17T02:15:35Zvariants object[]
88e68830-4ef5-4125-bf7d-aef8047176b2a1a88be0-a1d4-47e4-a2f2-ba6e131cf4478ef098c5-5a08-44b4-b5fb-89214bb507dc2024-04-17T02:15:18Z2024-04-17T02:15:35ZS-blue-TSblueTimage object
//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg01740180ccf0794c594bad32a320eea0d6bfe40c.jpeg0112.1010.10T-M-S-blue-T-A0010046929000212340node0101.10kg1.10wholesale_price object[]
10.1001extend object
010010010inAG62114390shoplazzahttps://shoplazza.com{
"product": {
"brief": "shirt",
"created_at": "2024-04-17T02:15:18Z",
"description": "<p>Desc</p>",
"display_fake_sales": true,
"fake_sales": 10,
"handle": "shirt",
"has_only_default_variant": false,
"id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"images": [
{
"id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 1,
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"alt": "",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z"
}
],
"inventory_policy": "continue",
"inventory_quantity": 72,
"inventory_tracking": true,
"mixed_wholesale": false,
"need_variant_image": true,
"note": "",
"options": [
{
"id": "a4fc1abf-86fb-4e45-b774-9ff3b3f8ef90",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 1,
"name": "size",
"values": [
"S"
]
}
],
"published": false,
"published_at": "1970-01-01T00:00:00Z",
"requires_shipping": true,
"seo_description": "Desc",
"seo_keywords": "",
"seo_title": "shirt",
"spu": "T-M",
"tags": "s1-s2",
"taxable": true,
"title": "shirt",
"updated_at": "2024-04-17T02:15:35Z",
"variants": [
{
"id": "88e68830-4ef5-4125-bf7d-aef8047176b2",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "S-blue-T",
"option1": "S",
"option2": "blue",
"option3": "T",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 1,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-S-blue-T-A001004",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AG",
"hs_code": "62114390"
}
}
],
"vendor": "shoplazza",
"vendor_url": "https://shoplazza.com"
}
}
{
"product":
{
"brief": "shirt",
"created_at": "2024-04-17T02:15:18Z",
"description": "<p>Desc</p>",
"display_fake_sales": true,
"fake_sales": 10,
"handle": "shirt",
"has_only_default_variant": false,
"id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"images": [
{
"id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 1,
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"alt": "",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z"
}
],
"inventory_policy": "continue",
"inventory_quantity": 72,
"inventory_tracking": true,
"mixed_wholesale": false,
"need_variant_image": true,
"note": "",
"options": [
{
"id": "a4fc1abf-86fb-4e45-b774-9ff3b3f8ef90",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 1,
"name": "size",
"values": [
"S",
"L"
]
},
{
"id": "d6a27294-e070-4c00-988d-8d54122638a7",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 2,
"name": "color",
"values": [
"blue",
"red"
]
},
{
"id": "449e7329-a355-43b3-b17e-cfd499599086",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"position": 3,
"name": "type",
"values": [
"T",
"S"
]
}
],
"published": false,
"published_at": "1970-01-01T00:00:00Z",
"requires_shipping": true,
"seo_description": "Desc",
"seo_keywords": "",
"seo_title": "shirt",
"spu": "T-M",
"tags": "s1-s2",
"taxable": true,
"title": "shirt",
"updated_at": "2024-04-17T02:15:35Z",
"variants": [
{
"id": "88e68830-4ef5-4125-bf7d-aef8047176b2",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "S-blue-T",
"option1": "S",
"option2": "blue",
"option3": "T",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 1,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-S-blue-T-A001004",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AG",
"hs_code": "62114390"
}
},
{
"id": "deab5c4b-0ceb-498c-b2b6-d742321f3d20",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "S-blue-S",
"option1": "S",
"option2": "blue",
"option3": "S",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 2,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-S-blue-S-A001005",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 2,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AO",
"hs_code": "62114390"
}
},
{
"id": "41a37521-ae26-4259-9771-22ef0221788c",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "S-red-T",
"option1": "S",
"option2": "red",
"option3": "T",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 3,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-S-red-T-A001006",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AI",
"hs_code": "62114390"
}
},
{
"id": "97cbf601-7dbb-4ab4-86f2-c9b8d632494e",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "S-red-S",
"option1": "S",
"option2": "red",
"option3": "S",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 4,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-S-red-S-A001007",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AI",
"hs_code": "62114390"
}
},
{
"id": "a7175820-36b3-4fc6-9baf-51e3035242ba",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "L-blue-T",
"option1": "L",
"option2": "blue",
"option3": "T",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 5,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-L-blue-T-A001008",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AO",
"hs_code": "62114390"
}
},
{
"id": "e9a785a4-739b-45e6-93bb-d056d706c295",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "L-blue-S",
"option1": "L",
"option2": "blue",
"option3": "S",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 6,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-L-blue-S-A001009",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AS",
"hs_code": "62114390"
}
},
{
"id": "14665246-d39e-46d6-a87a-23ad54db8477",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "L-red-T",
"option1": "L",
"option2": "red",
"option3": "T",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 7,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-L-red-T-A001010",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "AQ",
"hs_code": "62114390"
}
},
{
"id": "cbd7a7b0-5dd7-4902-9466-e21bd02688b4",
"product_id": "a1a88be0-a1d4-47e4-a2f2-ba6e131cf447",
"image_id": "8ef098c5-5a08-44b4-b5fb-89214bb507dc",
"created_at": "2024-04-17T02:15:18Z",
"updated_at": "2024-04-17T02:15:35Z",
"title": "L-red-S",
"option1": "L",
"option2": "red",
"option3": "S",
"image": {
"src": "//cdn.shoplazza.com/ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"width": 174,
"height": 180,
"path": "ccf0794c594bad32a320eea0d6bfe40c.jpeg",
"alt": ""
},
"position": 8,
"compare_at_price": "12.10",
"price": "10.10",
"sku": "T-M-L-red-S-A001011",
"barcode": "6929000212340",
"note": "node",
"inventory_quantity": 10,
"weight": "1.10",
"weight_unit": "kg",
"cost_price": "1.10",
"wholesale_price": [
{
"price": "10.10",
"min_quantity": 1
}
],
"extend": {
"length": 10,
"width": 10,
"height": 10,
"dimension_unit": "in",
"origin_country_code": "DZ",
"hs_code": "62114390"
}
}
],
"vendor": "shoplazza",
"vendor_url": "https://shoplazza.com"
}
}
404
- application/json
- Schema
- Example
- Result
Schema
{
"errors": [
"Product not found"
]
}
{ "errors": ["Product not found"] }
422
- application/json
- Schema
- Example
- Result
Schema
{
"errors": [
"Variant price must be entered."
]
}
{ "errors": [ "Variant price must be entered."]}