Skip to content

Instantly share code, notes, and snippets.

@moo2u2
Created March 13, 2024 09:48

Revisions

  1. moo2u2 created this gist Mar 13, 2024.
    76 changes: 76 additions & 0 deletions oc_three_variants_deleted.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,76 @@
    {
    "Meta": {
    "Page": 1,
    "PageSize": 20,
    "TotalCount": 3,
    "TotalPages": 1,
    "ItemRange": [
    1,
    3
    ],
    "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": [],
    "xp": {
    "venue": "Sydney venue info"
    }
    },
    {
    "ID": "jasons-australian-tour-au-tour-sydney2",
    "Name": null,
    "Description": null,
    "Active": true,
    "ShipWeight": null,
    "ShipHeight": null,
    "ShipWidth": null,
    "ShipLength": null,
    "Inventory": null,
    "Specs": [
    {
    "SpecID": "au-tour-sessions",
    "Name": "AU tour sessions",
    "OptionID": "au-tour-sydney2",
    "Value": "Sydney 28th March 2024",
    "PriceMarkupType": "NoMarkup",
    "PriceMarkup": null
    }
    ],
    "xp": null
    }
    ]
    }