Created
November 20, 2019 01:40
-
-
Save kwiest/95380165f20210e3bd959161fbf28e76 to your computer and use it in GitHub Desktop.
Poor Man's PIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"idempotency_key":"1475d547-7b0e-48c5-bd28-e74700a9d82a","batches":[{"objects":[{"item_data":{"name":"Kyle's Test Item","variations":[{"item_variation_data":{"pricing_type":"FIXED_PRICING","location_overrides":[{"location_id":"WMYW60XEVK9MD","track_inventory":true,"price_money":{"amount":550,"currency":"USD"}}],"name":"Hayes Valley","price_money":{"amount":450,"currency":"USD"}},"present_at_location_ids":["WMYW60XEVK9MD","S7CWFDJ0Y3PD5"],"present_at_all_locations":false,"id":"#Hayes Valley","type":"ITEM_VARIATION"}]},"id":"#Kyle's Test Item","type":"ITEM"}]}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"objects": [ | |
{ | |
"type": "ITEM", | |
"id": "4LUGEYLASUR7FNVCCO3NA573", | |
"updated_at": "2019-11-20T01:37:26.067Z", | |
"version": 1574213846067, | |
"is_deleted": false, | |
"present_at_all_locations": true, | |
"item_data": { | |
"name": "Kyle's Test Item", | |
"variations": [ | |
{ | |
"type": "ITEM_VARIATION", | |
"id": "YS6IMW27HW2NHBPDP3LTNLOQ", | |
"updated_at": "2019-11-20T01:37:26.067Z", | |
"version": 1574213846067, | |
"is_deleted": false, | |
"present_at_all_locations": false, | |
"present_at_location_ids": [ | |
"S7CWFDJ0Y3PD5", | |
"WMYW60XEVK9MD" | |
], | |
"item_variation_data": { | |
"item_id": "4LUGEYLASUR7FNVCCO3NA573", | |
"name": "Hayes Valley", | |
"ordinal": 0, | |
"pricing_type": "FIXED_PRICING", | |
"price_money": { | |
"amount": 450, | |
"currency": "USD" | |
}, | |
"location_overrides": [ | |
{ | |
"location_id": "WMYW60XEVK9MD", | |
"price_money": { | |
"amount": 550, | |
"currency": "USD" | |
}, | |
"track_inventory": true | |
} | |
] | |
} | |
} | |
], | |
"product_type": "REGULAR" | |
} | |
} | |
], | |
"id_mappings": [ | |
{ | |
"client_object_id": "#Kyle's Test Item", | |
"object_id": "4LUGEYLASUR7FNVCCO3NA573" | |
}, | |
{ | |
"client_object_id": "#Hayes Valley", | |
"object_id": "YS6IMW27HW2NHBPDP3LTNLOQ" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment