Skip to content

Instantly share code, notes, and snippets.

@adiwids
Created December 7, 2018 08:35
Show Gist options
  • Save adiwids/8cde635109dc381ded31243b82dbc8cf to your computer and use it in GitHub Desktop.
Save adiwids/8cde635109dc381ded31243b82dbc8cf to your computer and use it in GitHub Desktop.
{
"data": {
"id": "R20181100000031",
"type": "order",
"attributes": {
"is_dropship": false,
"number": "R20181100000031",
"date": "2018-11-28T00:00:00.000Z",
"state": "on_cart",
"items_count": 2,
"pricing_type": "retail",
"sub_total": 355000,
"total": 355000,
"discount": 0,
"shipping_cost": 0
},
"relationships": {
"issuer": {
"data": {
"id": "e7fad56e-a9cf-437f-93fa-a3fbc2319124",
"type": "user"
}
},
"store": {
"data": {
"id": "0c903ebf-41ec-4be7-b96e-b7ed1632f0a8",
"type": "store"
}
},
"customer": {
"data": {
"id": "3c24affd-0e23-4bbd-b542-934e1532fa4f",
"type": "customer"
}
},
"items": {
"data": [
{
"id": "54e1fd57-7657-4541-88f3-2c60844bfa30",
"type": "order_item"
},
{
"id": "980f265d-c7a5-417e-ac9e-07de8bfccf63",
"type": "order_item"
}
]
}
}
},
"included": [
{
"id": "3c24affd-0e23-4bbd-b542-934e1532fa4f",
"type": "customer",
"attributes": {
"is_dropshipper": false,
"uid": "3c24affd-0e23-4bbd-b542-934e1532fa4f",
"full_name": "Adi Widyawan",
"phone": null,
"downlines_count": null,
"created_at": "2018-12-07T03:03:43.556Z",
"updated_at": "2018-12-07T03:04:24.537Z"
},
"relationships": {
"store": {
"data": {
"id": "0c903ebf-41ec-4be7-b96e-b7ed1632f0a8",
"type": "store"
}
},
"upline": {
"data": {
"id": "cad90920-101a-4111-befb-fb0c10fcba83",
"type": "upline"
}
}
}
},
{
"id": "e7fad56e-a9cf-437f-93fa-a3fbc2319124",
"type": "user",
"attributes": {
"uid": "e7fad56e-a9cf-437f-93fa-a3fbc2319124",
"email": "[email protected]"
}
},
{
"id": "VKMN002-XL-1",
"type": "item",
"attributes": {
"is_base": true,
"code": "VKMN002-XL-1",
"barcode_number": "010000000090",
"name": "Kimono Lengan Panjang",
"size": "xl",
"color_number_code": "1",
"quantity": 135,
"variants_count": 1,
"base_price": 350000,
"retail_price": 450000,
"wholesale_price": 435000,
"std_reseller_price": 420000,
"spc_reseller_price": 410000,
"created_at": "2018-12-07T03:06:11.136Z",
"updated_at": "2018-12-07T03:06:32.371Z"
},
"relationships": {
"master": {
"data": {
"id": "195e3b01-9788-4c4c-b147-902b80d178df",
"type": "item_variant"
}
},
"variants": {
"data": [
{
"id": "195e3b01-9788-4c4c-b147-902b80d178df",
"type": "item_variant"
}
]
}
}
},
{
"id": "54e1fd57-7657-4541-88f3-2c60844bfa30",
"type": "order_item",
"attributes": {
"is_consigment": false,
"uid": "54e1fd57-7657-4541-88f3-2c60844bfa30",
"item_name": null,
"quantity": 1,
"unit_price": 350000,
"sub_total": 350000,
"discount": 0,
"notes": null,
"created_at": "2018-12-07T03:13:47.755Z",
"updated_at": "2018-12-07T03:13:47.755Z"
},
"relationships": {
"order": {
"data": {
"id": "R20181100000031",
"type": "order"
}
},
"item": {
"data": {
"id": "VKMN002-XL-1",
"type": "item"
}
},
"variant": {
"data": {
"id": "195e3b01-9788-4c4c-b147-902b80d178df",
"type": "item_variant"
}
}
}
},
{
"id": "980f265d-c7a5-417e-ac9e-07de8bfccf63",
"type": "order_item",
"attributes": {
"is_consigment": true,
"uid": "980f265d-c7a5-417e-ac9e-07de8bfccf63",
"item_name": "Kurang bayar",
"quantity": 1,
"unit_price": null,
"sub_total": 5000,
"discount": 0,
"notes": null,
"created_at": "2018-12-07T03:13:47.760Z",
"updated_at": "2018-12-07T03:13:47.760Z"
},
"relationships": {
"order": {
"data": {
"id": "R20181100000031",
"type": "order"
}
},
"item": {
"data": null
}
}
},
{
"id": "195e3b01-9788-4c4c-b147-902b80d178df",
"type": "item_variant",
"attributes": {
"uid": "195e3b01-9788-4c4c-b147-902b80d178df",
"model": "Kimono Lengan Panjang",
"master": true,
"base_price": 300000,
"retail_price": 450000,
"wholesale_price": 435000,
"std_reseller_price": 420000,
"spc_reseller_price": 410000,
"created_at": "2018-12-07T03:06:11.193Z",
"updated_at": "2018-12-07T03:06:11.193Z"
},
"relationships": {
"item": {
"data": {
"id": "VKMN002-XL-1",
"type": "item"
}
}
}
},
{
"id": "0c903ebf-41ec-4be7-b96e-b7ed1632f0a8",
"type": "store",
"attributes": {
"uid": "0c903ebf-41ec-4be7-b96e-b7ed1632f0a8",
"name": "Ven's Collection Bukalapak",
"created_at": "2018-12-07T03:02:39.893Z",
"updated_at": "2018-12-07T03:02:39.893Z",
"store_type": "online"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment