Untitled

                Never    
JSON
       
UPDATE PRODUCT
{
	"product" : {
			"name": "qw",
    		"supplier_id": 3,
    		"category_id": 4,
    		"warranty": "In contract law, a warranty is a promise which is not a condition of the contract or an innominate term: (1) it is a term \"not going to the root of the contract\"[1], and (2) which only entitles the innocent party to damages if it is breached[2]: ie the warranty is not true or the defaulting party does not perform the contract in accordance with the terms of the warranty. A warranty is not guarantee. It is a mere promise. It may be enforced if it is breached by an award for the legal remedy of damages.",
    		"shipment_and_return": "You will receive an email confirmation once your order has been successfully placed–it will include your order number and shipping method. Please make sure your shipping address is correct as we are unable to redirect goods once they are on route to you.\nOrders can take up to 2 business days to be processed and shipped. Once your order is prepared for shipment you will receive a shipping confirmation email with your tracking information. Please note that monogrammed items take up to four weeks to ship, no matter what shipment type is chosen. Please also note that in some cases, your order may arrive in multiple shipments (i.e., in the case of pre-order, backorder, and monogrammed/personalized items).",
		"product_options": [{"option_name": "width"}, {"option_name": "height"}, {"option_name": "size"}]
	}
}





CREATE PRODUCT
{
	"product" : {
			"name": "adssdsdsdsadfsdfgsdfg",
    		"supplier_id": 3,
    		"category_id": 4,
    		"warranty": "In contract law, a warranty is a promise which is not a condition of the contract or an innominate term: (1) it is a term \"not going to the root of the contract\"[1], and (2) which only entitles the innocent party to damages if it is breached[2]: ie the warranty is not true or the defaulting party does not perform the contract in accordance with the terms of the warranty. A warranty is not guarantee. It is a mere promise. It may be enforced if it is breached by an award for the legal remedy of damages.",
    		"shipment_and_return": "You will receive an email confirmation once your order has been successfully placed–it will include your order number and shipping method. Please make sure your shipping address is correct as we are unable to redirect goods once they are on route to you.\nOrders can take up to 2 business days to be processed and shipped. Once your order is prepared for shipment you will receive a shipping confirmation email with your tracking information. Please note that monogrammed items take up to four weeks to ship, no matter what shipment type is chosen. Please also note that in some cases, your order may arrive in multiple shipments (i.e., in the case of pre-order, backorder, and monogrammed/personalized items).",
		"product_options": [{"option_name": "width"}, {"option_name": "height"}, {"option_name": "size"}],
		"variants": [{
		    "base_sku": "zxczxc",
		    "cost": 1200,
		    "price": 1500,
		    "msrp_price": 1400,
		    "sale_display": true,
		    "sale_price": 600,
		    "description": "Lorem ipsum dolor sit amet",
		    "main": true,
		    "videos_links": "https://www.youtube.com/watch?v=jt_2gXNBlqU",
		    "estimated_arrival": "01.01.2019",
		    "backorderable": true,
		    "backorderable_date": "01.01.2019",
		    "variant_options": [{
	    		"name": "width",
	    		"value": "310"
    		},{
	    		"name": "size",
	    		"value": "10"
    		},{
	    		"name": "height",
	    		"value": "10"
    		}]
		},
		{
		    "base_sku": "adsdasd",
		    "cost": 1200,
		    "price": 1500,
		    "msrp_price": 1400,
		    "sale_display": true,
		    "sale_price": 600,
		    "description": "Lorem ipsum dolor sit amet",
		    "main": true,
		    "videos_links": "https://www.youtube.com/watch?v=jt_2gXNBlqU",
		    "estimated_arrival": "01.01.2019",
		    "backorderable": true,
		    "backorderable_date": "01.01.2019",
		    "variant_options": [{
	    		"name": "width",
	    		"value": "10"
    		},{
	    		"name": "size",
	    		"value": "10"
    		},{
	    		"name": "height",
	    		"value": "10"
    		}
    		],
    		"variant_properties": [{
	    		"name": "height",
	    		"value": "10asdasd\""
    		}]
		}
		]
	}
}






UPDATE VARIANT
{
	"variant": {
		    "base_sku": "548933fc2",
		    "sku": "KU548933fc2",
		    "cost": 1200,
		    "price": 1500,
		    "msrp_price": 1400,
		    "sale_display": false,
		    "sale_price": 600,
		    "description": "Lorem ipsum dolor sit amet",
		    "main": true,
		    "videos_links": "https://www.youtube.com/watch?v=utcevIOnAu8",
		    "estimated_arrival": "01.01.2019",
		    "backorderable": true,
		    "backorderable_date": "01.01.2019",
		    "variant_options": [{"name": "size", "value": "asd"}, {"name": "width", "value": "qwe"},  {"name": "color", "value": "purple"}, {"name": "color", "value": "purple"}],
		    "variant_properties": [{"name": "123", "value": "123"}, {"name": "asd", "value": "asd"}, {"name": "rty", "value": "rty"}]
	}
}








CREATE VARIANT
{
	"variant": {
		    "base_sku": "548933fc2",
		    "sku": "KU548933fc2",
		    "cost": 1200,
		    "price": 1500,
		    "msrp_price": 1400,
		    "sale_display": false,
		    "sale_price": 600,
		    "description": "Lorem ipsum dolor sit amet",
		    "main": true,
		    "videos_links": "https://www.youtube.com/watch?v=utcevIOnAu8",
		    "estimated_arrival": "01.01.2019",
		    "backorderable": true,
		    "backorderable_date": "01.01.2019",
		    "variant_options": [{"name": "size", "value": "asd"}, {"name": "width", "value": "qwe"},  {"name": "color", "value": "purple"}, {"name": "color", "value": "purple"}],
		    "variant_properties": [{"name": "123", "value": "123"}, {"name": "asd", "value": "asd"}, {"name": "rty", "value": "rty"}]
	}
}

Raw Text