Skip to content

Instantly share code, notes, and snippets.

View edmarrinerIFG's full-sized avatar

Edward Marriner edmarrinerIFG

  • BladeFS
  • Dorset
  • 13:37 (UTC -12:00)
View GitHub Profile
@edmarrinerIFG
edmarrinerIFG / shipping_services.json
Created October 3, 2025 13:10
shipping_services
[
{
"id": 1,
"name": "Standard Mail",
"courier": "RoyalMail",
"accepts_batteries": true,
"price_per_kg": 1.50,
"valid_destinations": [
"GB"
]
[
{
"id": 1,
"name": "SMALL-BOX",
"capacity_volume": 50
},
{
"id": 2,
"name": "MEDIUM-BOX",
"capacity_volume": 100
[
{
"id": 1,
"items": [1,3],
"destination": "GB"
},
{
"id": 2,
"items": [2,3],