Skip to content

Instantly share code, notes, and snippets.

@BenSeward
Last active December 1, 2022 10:27
Show Gist options
  • Save BenSeward/77a2ba34575399ffc5b89ee15faefd45 to your computer and use it in GitHub Desktop.
Save BenSeward/77a2ba34575399ffc5b89ee15faefd45 to your computer and use it in GitHub Desktop.
Dummy Delivery Options
{
"options": [
{
"id": "562675f3-8675-4ba9-82ff-3aa9a3ef3d28",
"name": "Fedex Delivery",
"label": "Delivery within 2-3 working days",
"price": 0
},
{
"id": "5a4f7a44-f82a-4e13-92d9-03b7494480b2",
"name": "DHL Delivery",
"label": "Delivery within 1-3 working days",
"price": 4.95
},
{
"id": "61da34a2-9e96-4b44-83ee-ec9b8e3dcd15",
"name": "UPS Delivery",
"label": "Delivery within 3-5 days",
"price": 4.95
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment