Skip to content

Instantly share code, notes, and snippets.

View Zaglov's full-sized avatar

Ilja Zaglov Zaglov

View GitHub Profile
{
"data": {
(...)
"price_lists": [
{
"price_list": "default",
"regular_price": "15.99",
"sale_price": "12.99",
"sale_price_dates_from": "2018-01-01",
{
"data": {
(...)
"attributes": [
{
"label": "Color",
"slug": "color",
"visible": 1,
"variation": false,
{
"data": {
(...)
"categories": [
"media",
"some-other-category"
],
"tags": [
"hot"
],
{
"data": {
"sku": "PRODUCT1",
"title": "Product Title",
"slug": "product-slug",
"description": "Product Description text.",
"type": "product",
"backorders": "no",
"manage_stock": false,
"stock": null,
{
"data": [
{
"slug": "colors",
"label": "Colors",
"options": [
{
"label": "Red",
"slug": "red"
@Zaglov
Zaglov / tags-response.json
Last active January 22, 2018 09:49
Response to Tag creation
{
"data": [
{
"label": "Example Tag",
"slug": "example",
"description": "Tag Description"
},
{
"label": "Another Tag",
"slug": "Another Tag",
{
"data": [
{
"label": "Example Tag",
"slug": "example",
"description": "Tag Description"
},
{
"label": "Another Tag",
"slug": "another-tag",
@Zaglov
Zaglov / user.json
Last active February 4, 2018 12:35
{
"data": {
"username": "ShopAdmin",
"email": "admin@shop.test",
"lastLogin": "2018-01-08T08:11:45+0100",
"firstName": "Peter",
"lastName": "Parker",
"roles": [
"ROLE_USER"
],
{
"data": [
{
"name": "Demo Shop",
"url": "https://my-demoshop.com",
"slug": "demo-shop",
"locale": "en_EN",
"type": "woocommerce"
}
],
@Zaglov
Zaglov / data.json
Last active January 22, 2018 09:50
ERP - Product Category Example Data
{
"data": [
{
"label": "Level 1 Category",
"slug": "level-one",
"parent": 0,
"description": "Category Description"
},
{
"label": "Level 2 Category",