Created
April 9, 2015 14:29
-
-
Save allenp/39a6b0b81f0ed4b64e4b to your computer and use it in GitHub Desktop.
sample product showing inventory overrides
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
{ | |
"_token": "p2bBNWxB6WD1ZaoK4XQbmZrwtClHoU621caBuCA6", | |
"product": { | |
"status": "INACTIVE", | |
"currency": "USD", | |
"images": [ | |
], | |
"location": null, | |
"locations": [ | |
], | |
"menus": [ | |
], | |
"availability": [ | |
{ | |
"from": "2015-04-09", | |
"to": "2015-04-17", | |
"days": [ | |
"SUNDAY", | |
"MONDAY" | |
], | |
"hours": [ | |
"15:00", | |
"4:00" | |
] | |
} | |
], | |
"locale": { | |
"en": { | |
} | |
}, | |
"alcohol": "", | |
"payments": "", | |
"is_unlimited": true, | |
"tickets": [ | |
{ | |
"code": "T-1", | |
"price": "0.00", | |
"price_type": "GROSS", | |
"tax": "0.00", | |
"status": "ACTIVE", | |
"locale": { | |
}, | |
"is_unlimited": true, | |
"capacity": null, | |
"tax_multiplier": 0 | |
} | |
], | |
"id": "G8vH-TOqf-0DFJ-IeBS", | |
"update_inventory": [ | |
{ | |
"date": "2015-04-13", | |
"times": [ | |
{ | |
"start_time": "4:00", | |
"booked": 0, | |
"capacity": 0, | |
"is_unlimited": true, | |
"status": "ACTIVE", | |
"tickets": [ | |
{ | |
"code": "T-1", | |
"price": "100.00", | |
"original_price": "100.00", | |
"price_type": "GROSS", | |
"tax_multiplier": "0.0000" | |
} | |
] | |
}, | |
{ | |
"start_time": "15:00", | |
"booked": 0, | |
"capacity": 0, | |
"is_unlimited": true, | |
"status": "ACTIVE", | |
"tickets": [ | |
{ | |
"code": "T-1", | |
"price": "0.00", | |
"original_price": "0.00", | |
"price_type": "GROSS", | |
"tax_multiplier": "0.0000" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment