Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "VARI PROD",
- "price": "666",
- "regular_price": "666",
- "type" : "variable",
- "description" : "Trying it out for real",
- "short_description" : "Pellentesque habitant.",
- "categories": [
- {
- "id": 38,
- "name": "Жевалки",
- "slug": "zhevalki"
- }
- ],
- "attributes": [
- {
- "id": 2,
- "name": "Питомец",
- "position": 0,
- "visible": true,
- "variation": false,
- "options": [
- "Собакам"
- ]
- },
- {
- "id": 10,
- "name": "Цвет",
- "position": 2,
- "visible": true,
- "variation": true,
- "options": [
- "Бежевый",
- "Зеленый",
- "Красный"
- ]
- }
- ],
- "variations" : [
- {
- "type": "product_variation",
- "regular_price" : "29.98",
- "attributes" : [{
- "id": 10,
- "name":"Цвет",
- "option":"bezhevyj"}]
- },
- {
- "type": "product_variation",
- "regular_price" : "69.98",
- "attributes" : [{
- "id": 10,
- "name":"Цвет",
- "option":"zelenyj"}]
- },
- {
- "type": "product_variation",
- "regular_price" : "699.98",
- "attributes" : [{
- "id": 10,
- "name":"Цвет",
- "option":"krasnyj"}]
- }
- ],
- "meta_data": [
- {
- "key": "1c_woo",
- "value": "THATS IT!!!!!!!"
- },
- {
- "key": "custom_text_field_title",
- "value": "THATS IT!!!!!!!"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement