Skip to content

Instantly share code, notes, and snippets.

View Zaglov's full-sized avatar

Ilja Zaglov Zaglov

View GitHub Profile
@Zaglov
Zaglov / sku.json
Created January 19, 2018 11:18
List all product skus
{
"data": [
{
"sku": "3017-6150"
},
{
"sku": "2961-6006"
},
{
"sku": "2963-6009"
{
"data": [
{
"label": "Example Tag",
"slug": "example",
"description": "Tag Description"
},
{
"label": "Another Tag",
"slug": "another-tag",
@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",
@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",
@Zaglov
Zaglov / global-attribute.json
Last active January 22, 2018 10:02
Create a global attribute
{
"data": [
{
"slug": "product-color",
"label": "Product color",
"options": [
{
"label": "Red",
"slug": "red",
"description": "Red is a very beautiful color for every product."
{
"data": {
"sku": "PRODUCT1",
"title": "Product Title",
"slug": "product-slug",
"description": "Product Description text.",
"type": "product",
"backorders": "no",
"manage_stock": false,
"stock": null,
{
"data": {
"sku": "ABC",
"title": "Kurstest",
"slug": "",
"description": "",
"type": "product",
"backorders": "no",
"manage_stock": false,
"stock": null,
@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": {
(...)
"price_lists": [
{
"price_list": "default",
"regular_price": "15.99",
"sale_price": "12.99",
"sale_price_dates_from": "2018-01-01",
[
{
"regular_price": "100.45",
"sale_price": "12.99",
"sale_price_dates_from": "2018-01-01",
"sale_price_dates_to": "2018-02-01",
"price_list": "default"
},
{
"regular_price": "190.20",