Skip to content

Instantly share code, notes, and snippets.

@moo2u2
Created March 13, 2024 09:29
Show Gist options
  • Save moo2u2/3ac04d69369f0f006f8f46ea0bd92dc1 to your computer and use it in GitHub Desktop.
Save moo2u2/3ac04d69369f0f006f8f46ea0bd92dc1 to your computer and use it in GitHub Desktop.
{
"Meta": {
"Page": 1,
"PageSize": 20,
"TotalCount": 2,
"TotalPages": 1,
"ItemRange": [
1,
2
],
"NextPageKey": null
},
"Items": [
{
"ID": "jasons-australian-tour-au-tour-melbourne",
"Name": "Melbourne 15th April 2024",
"Description": "Jason's tour of Melbourne",
"Active": true,
"ShipWeight": null,
"ShipHeight": null,
"ShipWidth": null,
"ShipLength": null,
"Inventory": 200,
"Specs": [
{
"SpecID": "au-tour-sessions",
"Name": "AU tour sessions",
"OptionID": "au-tour-melbourne",
"Value": "Melbourne 15th April 2024",
"PriceMarkupType": "NoMarkup",
"PriceMarkup": null
}
],
"xp": {
"venue": "Melbourne venue info"
}
},
{
"ID": "jasons-australian-tour-au-tour-sydney",
"Name": "Sydney 24th March 2024",
"Description": "Jason's tour of Sydney",
"Active": true,
"ShipWeight": null,
"ShipHeight": null,
"ShipWidth": null,
"ShipLength": null,
"Inventory": 250,
"Specs": [
{
"SpecID": "au-tour-sessions",
"Name": "AU tour sessions",
"OptionID": "au-tour-sydney",
"Value": "Sydney 24th March 2024",
"PriceMarkupType": "NoMarkup",
"PriceMarkup": null
}
],
"xp": {
"venue": "Sydney venue info"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment