LogoLogo
Give FeedbackGovStack Home
Development
Development
  • E-Marketplace
  • 1 Version History
  • 2 Description
  • 3 Terminology
  • 4 Key Digital Functionalities
  • 5 Cross-Cutting Requirements
  • 6 Functional Requirements
  • 7 Data Structures
  • 8 Service APIs
    • 8.1 Catalog Management
    • 8.2 Inventory Management
    • 8.3 Quotation Management
    • 8.4 Order Terms Management
    • 8.5 Order Management
    • 8.6 Order Fulfillment
    • 8.7 Order Tracking
    • 8.9 Rating and Feedback Management
    • 8.12 Support Management
    • 8.13 Order Lifecycle APIs
      • 8.13.1 Requests
      • 8.13.2 Callbacks
  • 9 Internal Workflows
  • 10 Other Resources
  • INTERNAL USE-CASE DEFINITIONS
    • EM-G2P-UC2-Online Reservation System (ORS)
    • EM-G2P-UC3-Government Auctions Marketplace (GAM)
    • EM-B2G-UC2-SGP-Sporting Goods Procurement
    • eM-B2G-UC1-MoJ-HPMMS Data & Reporting Platform
Powered by GitBook

Copyright © 2024

On this page

Was this helpful?

Export as PDF
  1. 8 Service APIs

8.5 Order Management

Last updated 3 months ago

Was this helpful?

  • POST/orders
  • GET/orders/{orderId}
  • PUT/orders/{orderId}/updatePayment
  • PUT/orders/{orderId}/updateFulfillment
  • PUT/orders/{orderId}/updateBilling
  • PUT/orders/{orderId}/updateItems
  • PUT/orders/{orderId}/updateAddOns
  • PUT/orders/{orderId}/cancel
get

Fetch an order

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Responses
default
Updated order object
application/json
get
GET /beckn/e-marketplace-bb/0.2/orders/{orderId} HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
default

Updated order object

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
post

Fetch order history

Body

Describes a legal purchase order. It contains the complete details of the legal contract created between the buyer and the seller.

idstringOptional

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

ref_order_idsstring[]Optional

A list of order IDs to link this order to previous orders.

statusstring · enumOptional

Status of the order. Allowed values can be defined by the network policy

Possible values:
typestring · enumOptional

This is used to indicate the type of order being created to Provider Platforms. Sometimes orders can be linked to previous orders, like a replacement order in a retail domain. A follow-up consultation in healthcare domain. A single order part of a subscription order. The list of order types can be standardized at the network level.

Default: DEFAULTPossible values:
providerall ofOptional

Details of the provider whose catalog items have been selected.

billingall ofOptional

The billing details of this order

cancellationall ofOptional

The cancellation details of this order

quoteall ofOptional

The mutually agreed upon quotation for this order.

created_atstring · date-timeOptional

The date-time of creation of this order

updated_atstring · date-timeOptional

The date-time of updated of this order

xinputall ofOptional

Additional input required from the customer to confirm this order

Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
post
POST /beckn/e-marketplace-bb/0.2/orders HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 57812

{
  "id": "text",
  "ref_order_ids": [
    "text"
  ],
  "status": "ACTIVE",
  "type": "DRAFT",
  "provider": {
    "id": "text",
    "descriptor": {
      "name": "text",
      "code": "text",
      "short_desc": "text",
      "long_desc": "text",
      "additional_desc": {
        "url": "text",
        "content_type": "text/plain"
      },
      "media": [
        {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      ],
      "images": [
        {
          "url": "https://example.com",
          "size_type": "xs",
          "width": "text",
          "height": "text"
        }
      ]
    },
    "category_id": "text",
    "rating": "text",
    "time": {
      "label": "text",
      "timestamp": "2025-05-11T16:09:13.132Z",
      "duration": "text",
      "range": {
        "start": "2025-05-11T16:09:13.132Z",
        "end": "2025-05-11T16:09:13.132Z"
      },
      "days": "text",
      "schedule": {
        "frequency": "text",
        "holidays": [
          "2025-05-11T16:09:13.132Z"
        ],
        "times": [
          "2025-05-11T16:09:13.132Z"
        ]
      }
    },
    "categories": [
      {
        "id": "text",
        "parent_category_id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "ttl": null,
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "locations": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "map_url": "https://example.com",
        "gps": "text",
        "address": "text",
        "city": {
          "name": "text",
          "code": "text"
        },
        "district": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "country": {
          "name": "text",
          "code": "text"
        },
        "area_code": "text",
        "circle": {
          "gps": "text",
          "radius": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "polygon": "text",
        "3dspace": "text",
        "rating": "text"
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "exp": "2025-05-11T16:09:13.132Z",
    "rateable": true,
    "ttl": 1,
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  },
  "items": [
    {
      "id": "text",
      "parent_item_id": "text",
      "parent_item_quantity": {
        "allocated": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "available": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "maximum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "minimum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "selected": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "unitized": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        }
      },
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "creator": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "quantity": {
        "allocated": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "available": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "maximum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "minimum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "selected": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "unitized": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        }
      },
      "category_ids": [
        "text"
      ],
      "fulfillment_ids": [
        "text"
      ],
      "location_ids": [
        "text"
      ],
      "payment_ids": [
        "text"
      ],
      "add_ons": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "cancellation_terms": [
        {
          "fulfillment_state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "reason_required": true,
          "cancel_by": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "cancellation_fee": {
            "percentage": "text",
            "amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          },
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "external_ref": {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        }
      ],
      "refund_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "refund_eligible": true,
          "refund_within": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "refund_amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "replacement_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "replace_within": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "external_ref": {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        }
      ],
      "return_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "return_eligible": true,
          "return_time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "return_location": {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "map_url": "https://example.com",
            "gps": "text",
            "address": "text",
            "city": {
              "name": "text",
              "code": "text"
            },
            "district": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "country": {
              "name": "text",
              "code": "text"
            },
            "area_code": "text",
            "circle": {
              "gps": "text",
              "radius": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "polygon": "text",
            "3dspace": "text",
            "rating": "text"
          },
          "fulfillment_managed_by": "CONSUMER"
        }
      ],
      "xinput": {
        "id": "text",
        "head": {
          "descriptor": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "index": {
            "cur": 1,
            "max": 1,
            "min": 1
          },
          "headings": [
            "text"
          ]
        },
        "form": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "required": true
      },
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "rateable": true,
      "rating": "text",
      "matched": true,
      "related": true,
      "recommended": true,
      "ttl": "text",
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    }
  ],
  "add_ons": [
    {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      }
    }
  ],
  "offers": [
    {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "location_ids": [
        "text"
      ],
      "category_ids": [
        "text"
      ],
      "item_ids": [
        "text"
      ],
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    }
  ],
  "billing": {
    "name": "text",
    "organization": {
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "contact": {
        "phone": "text",
        "email": "text",
        "jcard": {}
      }
    },
    "address": "text",
    "state": {
      "name": "text",
      "code": "text"
    },
    "city": {
      "name": "text",
      "code": "text"
    },
    "email": "name@gmail.com",
    "phone": "text",
    "time": {
      "label": "text",
      "timestamp": "2025-05-11T16:09:13.132Z",
      "duration": "text",
      "range": {
        "start": "2025-05-11T16:09:13.132Z",
        "end": "2025-05-11T16:09:13.132Z"
      },
      "days": "text",
      "schedule": {
        "frequency": "text",
        "holidays": [
          "2025-05-11T16:09:13.132Z"
        ],
        "times": [
          "2025-05-11T16:09:13.132Z"
        ]
      }
    },
    "tax_id": "text"
  },
  "fulfillments": [
    {
      "id": "text",
      "type": "text",
      "rateable": true,
      "rating": "text",
      "state": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "updated_at": "2025-05-11T16:09:13.132Z",
        "updated_by": "text"
      },
      "tracking": true,
      "customer": {
        "person": {
          "id": "text",
          "url": "https://example.com",
          "name": "text",
          "image": {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          },
          "age": "text",
          "dob": "2025-05-11",
          "gender": "text",
          "creds": [
            {
              "id": "text",
              "type": "text",
              "url": "https://example.com"
            }
          ],
          "languages": [
            {
              "code": "text",
              "name": "text"
            }
          ],
          "skills": [
            {
              "code": "text",
              "name": "text"
            }
          ],
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "agent": {
        "id": "text",
        "person": {
          "id": "text",
          "url": "https://example.com",
          "name": "text",
          "image": {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          },
          "age": "text",
          "dob": "2025-05-11",
          "gender": "text",
          "creds": [
            {
              "id": "text",
              "type": "text",
              "url": "https://example.com"
            }
          ],
          "languages": [
            {
              "code": "text",
              "name": "text"
            }
          ],
          "skills": [
            {
              "code": "text",
              "name": "text"
            }
          ],
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "organization": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "rating": "text"
      },
      "contact": {
        "phone": "text",
        "email": "text",
        "jcard": {}
      },
      "vehicle": {
        "category": "text",
        "capacity": 1,
        "make": "text",
        "model": "text",
        "size": "text",
        "variant": "text",
        "color": "text",
        "energy_type": "text",
        "registration": "text",
        "wheels_count": "text",
        "cargo_volumne": "text",
        "wheelchair_access": "text",
        "code": "text",
        "emission_standard": "text"
      },
      "stops": [
        {
          "id": "text",
          "parent_stop_id": "text",
          "location": {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "map_url": "https://example.com",
            "gps": "text",
            "address": "text",
            "city": {
              "name": "text",
              "code": "text"
            },
            "district": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "country": {
              "name": "text",
              "code": "text"
            },
            "area_code": "text",
            "circle": {
              "gps": "text",
              "radius": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "polygon": "text",
            "3dspace": "text",
            "rating": "text"
          },
          "type": "text",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "instructions": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "authorization": {
            "type": "text",
            "token": "text",
            "valid_from": "2025-05-11T16:09:13.132Z",
            "valid_to": "2025-05-11T16:09:13.132Z",
            "status": "text"
          }
        }
      ],
      "path": "text",
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    }
  ],
  "cancellation": {
    "time": "2025-05-11T16:09:13.132Z",
    "cancelled_by": "CONSUMER",
    "reason": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "additional_description": {
      "name": "text",
      "code": "text",
      "short_desc": "text",
      "long_desc": "text",
      "additional_desc": {
        "url": "text",
        "content_type": "text/plain"
      },
      "media": [
        {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      ],
      "images": [
        {
          "url": "https://example.com",
          "size_type": "xs",
          "width": "text",
          "height": "text"
        }
      ]
    }
  },
  "cancellation_terms": [
    {
      "fulfillment_state": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "updated_at": "2025-05-11T16:09:13.132Z",
        "updated_by": "text"
      },
      "reason_required": true,
      "cancel_by": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "cancellation_fee": {
        "percentage": "text",
        "amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      },
      "xinput": {
        "id": "text",
        "head": {
          "descriptor": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "index": {
            "cur": 1,
            "max": 1,
            "min": 1
          },
          "headings": [
            "text"
          ]
        },
        "form": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "required": true
      },
      "external_ref": {
        "mimetype": "text",
        "url": "https://example.com",
        "signature": "text",
        "dsa": "text"
      }
    }
  ],
  "refund_terms": [
    {
      "fulfillment_state": {
        "name": "text",
        "code": "text"
      },
      "refund_eligible": true,
      "refund_within": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "refund_amount": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      }
    }
  ],
  "replacement_terms": [
    {
      "fulfillment_state": {
        "name": "text",
        "code": "text"
      },
      "replace_within": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "external_ref": {
        "mimetype": "text",
        "url": "https://example.com",
        "signature": "text",
        "dsa": "text"
      }
    }
  ],
  "return_terms": [
    {
      "fulfillment_state": {
        "name": "text",
        "code": "text"
      },
      "return_eligible": true,
      "return_time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "return_location": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "map_url": "https://example.com",
        "gps": "text",
        "address": "text",
        "city": {
          "name": "text",
          "code": "text"
        },
        "district": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "country": {
          "name": "text",
          "code": "text"
        },
        "area_code": "text",
        "circle": {
          "gps": "text",
          "radius": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "polygon": "text",
        "3dspace": "text",
        "rating": "text"
      },
      "fulfillment_managed_by": "CONSUMER"
    }
  ],
  "quote": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "price": {
      "currency": "text",
      "value": "text",
      "estimated_value": "text",
      "computed_value": "text",
      "listed_value": "text",
      "offered_value": "text",
      "minimum_value": "text",
      "maximum_value": "text"
    },
    "breakup": [
      {
        "item": {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        },
        "title": "text",
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "ttl": "text"
  },
  "payments": [
    {
      "id": "text",
      "collected_by": null,
      "url": "https://example.com",
      "params": {
        "transaction_id": "text",
        "amount": "text",
        "currency": "text",
        "bank_code": "text",
        "bank_account_number": "text",
        "virtual_payment_address": "text",
        "source_bank_code": "text",
        "source_bank_account_number": "text",
        "source_virtual_payment_address": "text"
      },
      "type": "PRE-ORDER",
      "status": "PAID",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    }
  ],
  "created_at": "2025-05-11T16:09:13.132Z",
  "updated_at": "2025-05-11T16:09:13.132Z",
  "xinput": {
    "id": "text",
    "head": {
      "descriptor": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "index": {
        "cur": 1,
        "max": 1,
        "min": 1
      },
      "headings": [
        "text"
      ]
    },
    "form": {
      "id": "text",
      "url": "https://example.com",
      "data": {
        "ANY_ADDITIONAL_PROPERTY": "text"
      },
      "mime_type": "text/html",
      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
    },
    "required": true
  },
  "tags": [
    {
      "display": true,
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "list": [
        {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "value": "text",
          "display": true
        }
      ]
    }
  ]
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Fetch order history

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body

Describes the terms of settlement between the Consumer Interface and the Provider Platform for a single transaction. When instantiated, this object contains the amount that has to be settled,The payment destination destination detailsWhen the settlement should happen, andA transaction reference ID. During a transaction, the Provider Platform reserves the right to decide the terms of payment. However, the Consumer Interface can send its terms to the Provider Platform first. If the Provider Platform does not agree to those terms, it must overwrite the terms and return them to the Consumer Interface. If overridden, the Consumer Interface must either agree to the terms sent by the Provider Platform in order to preserve the provider's autonomy, or abort the transaction. In case of such disagreements, the Consumer Interface and the Provider Platform can perform offline negotiations on the payment terms. Once an agreement is reached, the Consumer Interface and Provider Platform can resume transactions.

idstringOptional

ID of the payment term that can be referred at an item or an order level in a catalog

collected_byanyOptional

This field indicates who is the collector of payment. The Consumer Interface can set this value to 'Consumer Interface' if it wants to collect the payment first and settle it to the Provider Platform. If the Provider Platform agrees to those terms, the Provider Platform should not send the payment url. Alternatively, the Provider Platform can set this field with the value 'Provider Platform' if it wants the payment to be made directly.

urlstring · uriOptional

A payment url to be called by the Consumer Interface. If empty, then the payment is to be done offline. The details of payment should be present in the params object. If tl_method = http/get, then the payment details will be sent as url params. Two url param values, $transaction_id and $amount are mandatory.

typestring · enumOptionalPossible values:
statusstring · enumOptionalPossible values:
Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/updatePayment HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 1341

{
  "id": "text",
  "collected_by": null,
  "url": "https://example.com",
  "params": {
    "transaction_id": "text",
    "amount": "text",
    "currency": "text",
    "bank_code": "text",
    "bank_account_number": "text",
    "virtual_payment_address": "text",
    "source_bank_code": "text",
    "source_bank_account_number": "text",
    "source_virtual_payment_address": "text"
  },
  "type": "PRE-ORDER",
  "status": "PAID",
  "time": {
    "label": "text",
    "timestamp": "2025-05-11T16:09:13.132Z",
    "duration": "text",
    "range": {
      "start": "2025-05-11T16:09:13.132Z",
      "end": "2025-05-11T16:09:13.132Z"
    },
    "days": "text",
    "schedule": {
      "frequency": "text",
      "holidays": [
        "2025-05-11T16:09:13.132Z"
      ],
      "times": [
        "2025-05-11T16:09:13.132Z"
      ]
    }
  },
  "tags": [
    {
      "display": true,
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "list": [
        {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "value": "text",
          "display": true
        }
      ]
    }
  ]
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Fetch order history

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body

Describes how a an order will be rendered/fulfilled to the end-customer

idstringOptional

Unique reference ID to the fulfillment of an order

typestringOptional

A code that describes the mode of fulfillment. This is typically set when there are multiple ways an order can be fulfilled. For example, a retail order can be fulfilled either via store pickup or a home delivery. Similarly, a medical consultation can be provided either in-person or via tele-consultation. The network policy must publish standard fulfillment type codes for the different modes of fulfillment.

rateablebooleanOptional

Whether the fulfillment can be rated or not

ratingall ofOptional

The rating value of the fulfullment service.

stringOptional

Rating value given to the object. This can be a single value or can also contain an inequality operator like gt, gte, lt, lte. This can also contain an inequality expression containing logical operators like && and ||.

stateall ofOptional

The current state of fulfillment. The Provider Platform must set this value whenever the state of the order fulfillment changes and fire an unsolicited on_status call.

trackingbooleanOptional

Indicates whether the fulfillment allows tracking

Default: false
customerall ofOptional

The person that will ultimately receive the order

agentall ofOptional

The agent that is currently handling the fulfillment of the order

pathstringOptional

The physical path taken by the agent that can be rendered on a map. The allowed format of this property can be set by the network.

Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/updateFulfillment HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 6983

{
  "id": "text",
  "type": "text",
  "rateable": true,
  "rating": "text",
  "state": {
    "descriptor": {
      "name": "text",
      "code": "text",
      "short_desc": "text",
      "long_desc": "text",
      "additional_desc": {
        "url": "text",
        "content_type": "text/plain"
      },
      "media": [
        {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      ],
      "images": [
        {
          "url": "https://example.com",
          "size_type": "xs",
          "width": "text",
          "height": "text"
        }
      ]
    },
    "updated_at": "2025-05-11T16:09:13.132Z",
    "updated_by": "text"
  },
  "tracking": true,
  "customer": {
    "person": {
      "id": "text",
      "url": "https://example.com",
      "name": "text",
      "image": {
        "url": "https://example.com",
        "size_type": "xs",
        "width": "text",
        "height": "text"
      },
      "age": "text",
      "dob": "2025-05-11",
      "gender": "text",
      "creds": [
        {
          "id": "text",
          "type": "text",
          "url": "https://example.com"
        }
      ],
      "languages": [
        {
          "code": "text",
          "name": "text"
        }
      ],
      "skills": [
        {
          "code": "text",
          "name": "text"
        }
      ],
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "contact": {
      "phone": "text",
      "email": "text",
      "jcard": {}
    }
  },
  "agent": {
    "id": "text",
    "person": {
      "id": "text",
      "url": "https://example.com",
      "name": "text",
      "image": {
        "url": "https://example.com",
        "size_type": "xs",
        "width": "text",
        "height": "text"
      },
      "age": "text",
      "dob": "2025-05-11",
      "gender": "text",
      "creds": [
        {
          "id": "text",
          "type": "text",
          "url": "https://example.com"
        }
      ],
      "languages": [
        {
          "code": "text",
          "name": "text"
        }
      ],
      "skills": [
        {
          "code": "text",
          "name": "text"
        }
      ],
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "contact": {
      "phone": "text",
      "email": "text",
      "jcard": {}
    },
    "organization": {
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "contact": {
        "phone": "text",
        "email": "text",
        "jcard": {}
      }
    },
    "rating": "text"
  },
  "contact": {
    "phone": "text",
    "email": "text",
    "jcard": {}
  },
  "vehicle": {
    "category": "text",
    "capacity": 1,
    "make": "text",
    "model": "text",
    "size": "text",
    "variant": "text",
    "color": "text",
    "energy_type": "text",
    "registration": "text",
    "wheels_count": "text",
    "cargo_volumne": "text",
    "wheelchair_access": "text",
    "code": "text",
    "emission_standard": "text"
  },
  "stops": [
    {
      "id": "text",
      "parent_stop_id": "text",
      "location": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "map_url": "https://example.com",
        "gps": "text",
        "address": "text",
        "city": {
          "name": "text",
          "code": "text"
        },
        "district": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "country": {
          "name": "text",
          "code": "text"
        },
        "area_code": "text",
        "circle": {
          "gps": "text",
          "radius": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "polygon": "text",
        "3dspace": "text",
        "rating": "text"
      },
      "type": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "instructions": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "contact": {
        "phone": "text",
        "email": "text",
        "jcard": {}
      },
      "person": {
        "id": "text",
        "url": "https://example.com",
        "name": "text",
        "image": {
          "url": "https://example.com",
          "size_type": "xs",
          "width": "text",
          "height": "text"
        },
        "age": "text",
        "dob": "2025-05-11",
        "gender": "text",
        "creds": [
          {
            "id": "text",
            "type": "text",
            "url": "https://example.com"
          }
        ],
        "languages": [
          {
            "code": "text",
            "name": "text"
          }
        ],
        "skills": [
          {
            "code": "text",
            "name": "text"
          }
        ],
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      },
      "authorization": {
        "type": "text",
        "token": "text",
        "valid_from": "2025-05-11T16:09:13.132Z",
        "valid_to": "2025-05-11T16:09:13.132Z",
        "status": "text"
      }
    }
  ],
  "path": "text",
  "tags": [
    {
      "display": true,
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "list": [
        {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "value": "text",
          "display": true
        }
      ]
    }
  ]
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Fetch order history

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body

Describes the billing details of an entity.This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at

namestringOptional

Name of the billable entity

organizationall ofOptional

Details of the organization being billed.

addressall ofOptional

The address of the billable entity

stringOptional

Describes a postal address.

stateall ofOptional

The state where the billable entity resides. This is important for state-level tax calculation

cityall ofOptional

The city where the billable entity resides.

emailstring · emailOptional

Email address where the bill is sent to

phonestringOptional

Phone number of the billable entity

timeall ofOptional

Details regarding the billing period

tax_idstringOptional

ID of the billable entity as recognized by the taxation authority

Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/updateBilling HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 929

{
  "name": "text",
  "organization": {
    "descriptor": {
      "name": "text",
      "code": "text",
      "short_desc": "text",
      "long_desc": "text",
      "additional_desc": {
        "url": "text",
        "content_type": "text/plain"
      },
      "media": [
        {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      ],
      "images": [
        {
          "url": "https://example.com",
          "size_type": "xs",
          "width": "text",
          "height": "text"
        }
      ]
    },
    "address": "text",
    "state": {
      "name": "text",
      "code": "text"
    },
    "city": {
      "name": "text",
      "code": "text"
    },
    "contact": {
      "phone": "text",
      "email": "text",
      "jcard": {}
    }
  },
  "address": "text",
  "state": {
    "name": "text",
    "code": "text"
  },
  "city": {
    "name": "text",
    "code": "text"
  },
  "email": "name@gmail.com",
  "phone": "text",
  "time": {
    "label": "text",
    "timestamp": "2025-05-11T16:09:13.132Z",
    "duration": "text",
    "range": {
      "start": "2025-05-11T16:09:13.132Z",
      "end": "2025-05-11T16:09:13.132Z"
    },
    "days": "text",
    "schedule": {
      "frequency": "text",
      "holidays": [
        "2025-05-11T16:09:13.132Z"
      ],
      "times": [
        "2025-05-11T16:09:13.132Z"
      ]
    }
  },
  "tax_id": "text"
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Fetch order history

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body
Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/updateItems HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 8983

{
  "items": [
    {
      "id": "text",
      "parent_item_id": "text",
      "parent_item_quantity": {
        "allocated": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "available": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "maximum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "minimum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "selected": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "unitized": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        }
      },
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "creator": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "quantity": {
        "allocated": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "available": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "maximum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "minimum": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "selected": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        },
        "unitized": {
          "count": 1,
          "measure": {
            "type": "CONSTANT",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "range": {
              "min": "text",
              "max": "text"
            },
            "unit": "text"
          }
        }
      },
      "category_ids": [
        "text"
      ],
      "fulfillment_ids": [
        "text"
      ],
      "location_ids": [
        "text"
      ],
      "payment_ids": [
        "text"
      ],
      "add_ons": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "cancellation_terms": [
        {
          "fulfillment_state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "reason_required": true,
          "cancel_by": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "cancellation_fee": {
            "percentage": "text",
            "amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          },
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "external_ref": {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        }
      ],
      "refund_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "refund_eligible": true,
          "refund_within": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "refund_amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "replacement_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "replace_within": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "external_ref": {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        }
      ],
      "return_terms": [
        {
          "fulfillment_state": {
            "name": "text",
            "code": "text"
          },
          "return_eligible": true,
          "return_time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "return_location": {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "map_url": "https://example.com",
            "gps": "text",
            "address": "text",
            "city": {
              "name": "text",
              "code": "text"
            },
            "district": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "country": {
              "name": "text",
              "code": "text"
            },
            "area_code": "text",
            "circle": {
              "gps": "text",
              "radius": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "polygon": "text",
            "3dspace": "text",
            "rating": "text"
          },
          "fulfillment_managed_by": "CONSUMER"
        }
      ],
      "xinput": {
        "id": "text",
        "head": {
          "descriptor": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "index": {
            "cur": 1,
            "max": 1,
            "min": 1
          },
          "headings": [
            "text"
          ]
        },
        "form": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "required": true
      },
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "rateable": true,
      "rating": "text",
      "matched": true,
      "related": true,
      "recommended": true,
      "ttl": "text",
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    }
  ]
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Fetch order history

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body
Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/updateAddOns HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 532

{
  "add_ons": [
    {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      }
    }
  ]
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]
put

Cancel order

Path parameters
orderIdstringRequired

Human-readable ID of the order. This is generated at the Provider Platform layer. The Provider Platform can either generate order id within its system or forward the order ID created at the provider level.

Body

Return cancelled order

Responses
default
Acknowledgement of message received after successful validation of schema and signature
application/json
put
PUT /beckn/e-marketplace-bb/0.2/orders/{orderId}/cancel HTTP/1.1
Host: virtserver.swaggerhub.com
Content-Type: application/json
Accept: */*
Content-Length: 57829

{
  "cancellation": {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
}
default

Acknowledgement of message received after successful validation of schema and signature

[
  {
    "id": "text",
    "ref_order_ids": [
      "text"
    ],
    "status": "ACTIVE",
    "type": "DRAFT",
    "provider": {
      "id": "text",
      "descriptor": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      },
      "category_id": "text",
      "rating": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "categories": [
        {
          "id": "text",
          "parent_category_id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "ttl": null,
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "fulfillments": [
        {
          "id": "text",
          "type": "text",
          "rateable": true,
          "rating": "text",
          "state": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "updated_at": "2025-05-11T16:09:13.132Z",
            "updated_by": "text"
          },
          "tracking": true,
          "customer": {
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "agent": {
            "id": "text",
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "organization": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "rating": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "vehicle": {
            "category": "text",
            "capacity": 1,
            "make": "text",
            "model": "text",
            "size": "text",
            "variant": "text",
            "color": "text",
            "energy_type": "text",
            "registration": "text",
            "wheels_count": "text",
            "cargo_volumne": "text",
            "wheelchair_access": "text",
            "code": "text",
            "emission_standard": "text"
          },
          "stops": [
            {
              "id": "text",
              "parent_stop_id": "text",
              "location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "type": "text",
              "time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "instructions": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              },
              "person": {
                "id": "text",
                "url": "https://example.com",
                "name": "text",
                "image": {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                },
                "age": "text",
                "dob": "2025-05-11",
                "gender": "text",
                "creds": [
                  {
                    "id": "text",
                    "type": "text",
                    "url": "https://example.com"
                  }
                ],
                "languages": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "skills": [
                  {
                    "code": "text",
                    "name": "text"
                  }
                ],
                "tags": [
                  {
                    "display": true,
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "list": [
                      {
                        "descriptor": {
                          "name": "text",
                          "code": "text",
                          "short_desc": "text",
                          "long_desc": "text",
                          "additional_desc": {
                            "url": "text",
                            "content_type": "text/plain"
                          },
                          "media": [
                            {
                              "mimetype": "text",
                              "url": "https://example.com",
                              "signature": "text",
                              "dsa": "text"
                            }
                          ],
                          "images": [
                            {
                              "url": "https://example.com",
                              "size_type": "xs",
                              "width": "text",
                              "height": "text"
                            }
                          ]
                        },
                        "value": "text",
                        "display": true
                      }
                    ]
                  }
                ]
              },
              "authorization": {
                "type": "text",
                "token": "text",
                "valid_from": "2025-05-11T16:09:13.132Z",
                "valid_to": "2025-05-11T16:09:13.132Z",
                "status": "text"
              }
            }
          ],
          "path": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "payments": [
        {
          "id": "text",
          "collected_by": null,
          "url": "https://example.com",
          "params": {
            "transaction_id": "text",
            "amount": "text",
            "currency": "text",
            "bank_code": "text",
            "bank_account_number": "text",
            "virtual_payment_address": "text",
            "source_bank_code": "text",
            "source_bank_account_number": "text",
            "source_virtual_payment_address": "text"
          },
          "type": "PRE-ORDER",
          "status": "PAID",
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "locations": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        }
      ],
      "offers": [
        {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "location_ids": [
            "text"
          ],
          "category_ids": [
            "text"
          ],
          "item_ids": [
            "text"
          ],
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "items": [
        {
          "id": "text",
          "parent_item_id": "text",
          "parent_item_quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "creator": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          },
          "quantity": {
            "allocated": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "available": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "maximum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "minimum": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "selected": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            },
            "unitized": {
              "count": 1,
              "measure": {
                "type": "CONSTANT",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "range": {
                  "min": "text",
                  "max": "text"
                },
                "unit": "text"
              }
            }
          },
          "category_ids": [
            "text"
          ],
          "fulfillment_ids": [
            "text"
          ],
          "location_ids": [
            "text"
          ],
          "payment_ids": [
            "text"
          ],
          "add_ons": [
            {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "price": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "cancellation_terms": [
            {
              "fulfillment_state": {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "updated_at": "2025-05-11T16:09:13.132Z",
                "updated_by": "text"
              },
              "reason_required": true,
              "cancel_by": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "cancellation_fee": {
                "percentage": "text",
                "amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              },
              "xinput": {
                "id": "text",
                "head": {
                  "descriptor": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "index": {
                    "cur": 1,
                    "max": 1,
                    "min": 1
                  },
                  "headings": [
                    "text"
                  ]
                },
                "form": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "required": true
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "refund_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "refund_eligible": true,
              "refund_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "refund_amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            }
          ],
          "replacement_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "replace_within": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "external_ref": {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            }
          ],
          "return_terms": [
            {
              "fulfillment_state": {
                "name": "text",
                "code": "text"
              },
              "return_eligible": true,
              "return_time": {
                "label": "text",
                "timestamp": "2025-05-11T16:09:13.132Z",
                "duration": "text",
                "range": {
                  "start": "2025-05-11T16:09:13.132Z",
                  "end": "2025-05-11T16:09:13.132Z"
                },
                "days": "text",
                "schedule": {
                  "frequency": "text",
                  "holidays": [
                    "2025-05-11T16:09:13.132Z"
                  ],
                  "times": [
                    "2025-05-11T16:09:13.132Z"
                  ]
                }
              },
              "return_location": {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "map_url": "https://example.com",
                "gps": "text",
                "address": "text",
                "city": {
                  "name": "text",
                  "code": "text"
                },
                "district": "text",
                "state": {
                  "name": "text",
                  "code": "text"
                },
                "country": {
                  "name": "text",
                  "code": "text"
                },
                "area_code": "text",
                "circle": {
                  "gps": "text",
                  "radius": {
                    "type": "CONSTANT",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "range": {
                      "min": "text",
                      "max": "text"
                    },
                    "unit": "text"
                  }
                },
                "polygon": "text",
                "3dspace": "text",
                "rating": "text"
              },
              "fulfillment_managed_by": "CONSUMER"
            }
          ],
          "xinput": {
            "id": "text",
            "head": {
              "descriptor": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "index": {
                "cur": 1,
                "max": 1,
                "min": 1
              },
              "headings": [
                "text"
              ]
            },
            "form": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "required": true
          },
          "time": {
            "label": "text",
            "timestamp": "2025-05-11T16:09:13.132Z",
            "duration": "text",
            "range": {
              "start": "2025-05-11T16:09:13.132Z",
              "end": "2025-05-11T16:09:13.132Z"
            },
            "days": "text",
            "schedule": {
              "frequency": "text",
              "holidays": [
                "2025-05-11T16:09:13.132Z"
              ],
              "times": [
                "2025-05-11T16:09:13.132Z"
              ]
            }
          },
          "rateable": true,
          "rating": "text",
          "matched": true,
          "related": true,
          "recommended": true,
          "ttl": "text",
          "tags": [
            {
              "display": true,
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "list": [
                {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "value": "text",
                  "display": true
                }
              ]
            }
          ]
        }
      ],
      "exp": "2025-05-11T16:09:13.132Z",
      "rateable": true,
      "ttl": 1,
      "tags": [
        {
          "display": true,
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "list": [
            {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "value": "text",
              "display": true
            }
          ]
        }
      ]
    },
    "items": [
      {
        "id": "text",
        "parent_item_id": "text",
        "parent_item_quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "creator": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "address": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "city": {
            "name": "text",
            "code": "text"
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        },
        "quantity": {
          "allocated": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "available": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "maximum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "minimum": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "selected": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "unitized": {
            "count": 1,
            "measure": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          }
        },
        "category_ids": [
          "text"
        ],
        "fulfillment_ids": [
          "text"
        ],
        "location_ids": [
          "text"
        ],
        "payment_ids": [
          "text"
        ],
        "add_ons": [
          {
            "id": "text",
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "cancellation_terms": [
          {
            "fulfillment_state": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "updated_at": "2025-05-11T16:09:13.132Z",
              "updated_by": "text"
            },
            "reason_required": true,
            "cancel_by": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "cancellation_fee": {
              "percentage": "text",
              "amount": {
                "currency": "text",
                "value": "text",
                "estimated_value": "text",
                "computed_value": "text",
                "listed_value": "text",
                "offered_value": "text",
                "minimum_value": "text",
                "maximum_value": "text"
              }
            },
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "refund_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "refund_eligible": true,
            "refund_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "refund_amount": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            }
          }
        ],
        "replacement_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "replace_within": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "external_ref": {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          }
        ],
        "return_terms": [
          {
            "fulfillment_state": {
              "name": "text",
              "code": "text"
            },
            "return_eligible": true,
            "return_time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "return_location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "fulfillment_managed_by": "CONSUMER"
          }
        ],
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "rateable": true,
        "rating": "text",
        "matched": true,
        "related": true,
        "recommended": true,
        "ttl": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "add_ons": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "price": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "offers": [
      {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "location_ids": [
          "text"
        ],
        "category_ids": [
          "text"
        ],
        "item_ids": [
          "text"
        ],
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "billing": {
      "name": "text",
      "organization": {
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "address": "text",
        "state": {
          "name": "text",
          "code": "text"
        },
        "city": {
          "name": "text",
          "code": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        }
      },
      "address": "text",
      "state": {
        "name": "text",
        "code": "text"
      },
      "city": {
        "name": "text",
        "code": "text"
      },
      "email": "name@gmail.com",
      "phone": "text",
      "time": {
        "label": "text",
        "timestamp": "2025-05-11T16:09:13.132Z",
        "duration": "text",
        "range": {
          "start": "2025-05-11T16:09:13.132Z",
          "end": "2025-05-11T16:09:13.132Z"
        },
        "days": "text",
        "schedule": {
          "frequency": "text",
          "holidays": [
            "2025-05-11T16:09:13.132Z"
          ],
          "times": [
            "2025-05-11T16:09:13.132Z"
          ]
        }
      },
      "tax_id": "text"
    },
    "fulfillments": [
      {
        "id": "text",
        "type": "text",
        "rateable": true,
        "rating": "text",
        "state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "tracking": true,
        "customer": {
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          }
        },
        "agent": {
          "id": "text",
          "person": {
            "id": "text",
            "url": "https://example.com",
            "name": "text",
            "image": {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            },
            "age": "text",
            "dob": "2025-05-11",
            "gender": "text",
            "creds": [
              {
                "id": "text",
                "type": "text",
                "url": "https://example.com"
              }
            ],
            "languages": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "skills": [
              {
                "code": "text",
                "name": "text"
              }
            ],
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "contact": {
            "phone": "text",
            "email": "text",
            "jcard": {}
          },
          "organization": {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "address": "text",
            "state": {
              "name": "text",
              "code": "text"
            },
            "city": {
              "name": "text",
              "code": "text"
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            }
          },
          "rating": "text"
        },
        "contact": {
          "phone": "text",
          "email": "text",
          "jcard": {}
        },
        "vehicle": {
          "category": "text",
          "capacity": 1,
          "make": "text",
          "model": "text",
          "size": "text",
          "variant": "text",
          "color": "text",
          "energy_type": "text",
          "registration": "text",
          "wheels_count": "text",
          "cargo_volumne": "text",
          "wheelchair_access": "text",
          "code": "text",
          "emission_standard": "text"
        },
        "stops": [
          {
            "id": "text",
            "parent_stop_id": "text",
            "location": {
              "id": "text",
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "map_url": "https://example.com",
              "gps": "text",
              "address": "text",
              "city": {
                "name": "text",
                "code": "text"
              },
              "district": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "country": {
                "name": "text",
                "code": "text"
              },
              "area_code": "text",
              "circle": {
                "gps": "text",
                "radius": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "polygon": "text",
              "3dspace": "text",
              "rating": "text"
            },
            "type": "text",
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "instructions": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "contact": {
              "phone": "text",
              "email": "text",
              "jcard": {}
            },
            "person": {
              "id": "text",
              "url": "https://example.com",
              "name": "text",
              "image": {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              },
              "age": "text",
              "dob": "2025-05-11",
              "gender": "text",
              "creds": [
                {
                  "id": "text",
                  "type": "text",
                  "url": "https://example.com"
                }
              ],
              "languages": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "skills": [
                {
                  "code": "text",
                  "name": "text"
                }
              ],
              "tags": [
                {
                  "display": true,
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "list": [
                    {
                      "descriptor": {
                        "name": "text",
                        "code": "text",
                        "short_desc": "text",
                        "long_desc": "text",
                        "additional_desc": {
                          "url": "text",
                          "content_type": "text/plain"
                        },
                        "media": [
                          {
                            "mimetype": "text",
                            "url": "https://example.com",
                            "signature": "text",
                            "dsa": "text"
                          }
                        ],
                        "images": [
                          {
                            "url": "https://example.com",
                            "size_type": "xs",
                            "width": "text",
                            "height": "text"
                          }
                        ]
                      },
                      "value": "text",
                      "display": true
                    }
                  ]
                }
              ]
            },
            "authorization": {
              "type": "text",
              "token": "text",
              "valid_from": "2025-05-11T16:09:13.132Z",
              "valid_to": "2025-05-11T16:09:13.132Z",
              "status": "text"
            }
          }
        ],
        "path": "text",
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "cancellation": {
      "time": "2025-05-11T16:09:13.132Z",
      "cancelled_by": "CONSUMER",
      "reason": {
        "id": "text",
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        }
      },
      "additional_description": {
        "name": "text",
        "code": "text",
        "short_desc": "text",
        "long_desc": "text",
        "additional_desc": {
          "url": "text",
          "content_type": "text/plain"
        },
        "media": [
          {
            "mimetype": "text",
            "url": "https://example.com",
            "signature": "text",
            "dsa": "text"
          }
        ],
        "images": [
          {
            "url": "https://example.com",
            "size_type": "xs",
            "width": "text",
            "height": "text"
          }
        ]
      }
    },
    "cancellation_terms": [
      {
        "fulfillment_state": {
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "updated_at": "2025-05-11T16:09:13.132Z",
          "updated_by": "text"
        },
        "reason_required": true,
        "cancel_by": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "cancellation_fee": {
          "percentage": "text",
          "amount": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        },
        "xinput": {
          "id": "text",
          "head": {
            "descriptor": {
              "id": "text",
              "url": "https://example.com",
              "data": {
                "ANY_ADDITIONAL_PROPERTY": "text"
              },
              "mime_type": "text/html",
              "submission_id": "123e4567-e89b-12d3-a456-426614174000"
            },
            "index": {
              "cur": 1,
              "max": 1,
              "min": 1
            },
            "headings": [
              "text"
            ]
          },
          "form": {
            "id": "text",
            "url": "https://example.com",
            "data": {
              "ANY_ADDITIONAL_PROPERTY": "text"
            },
            "mime_type": "text/html",
            "submission_id": "123e4567-e89b-12d3-a456-426614174000"
          },
          "required": true
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "refund_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "refund_eligible": true,
        "refund_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "refund_amount": {
          "currency": "text",
          "value": "text",
          "estimated_value": "text",
          "computed_value": "text",
          "listed_value": "text",
          "offered_value": "text",
          "minimum_value": "text",
          "maximum_value": "text"
        }
      }
    ],
    "replacement_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "replace_within": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "external_ref": {
          "mimetype": "text",
          "url": "https://example.com",
          "signature": "text",
          "dsa": "text"
        }
      }
    ],
    "return_terms": [
      {
        "fulfillment_state": {
          "name": "text",
          "code": "text"
        },
        "return_eligible": true,
        "return_time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "return_location": {
          "id": "text",
          "descriptor": {
            "name": "text",
            "code": "text",
            "short_desc": "text",
            "long_desc": "text",
            "additional_desc": {
              "url": "text",
              "content_type": "text/plain"
            },
            "media": [
              {
                "mimetype": "text",
                "url": "https://example.com",
                "signature": "text",
                "dsa": "text"
              }
            ],
            "images": [
              {
                "url": "https://example.com",
                "size_type": "xs",
                "width": "text",
                "height": "text"
              }
            ]
          },
          "map_url": "https://example.com",
          "gps": "text",
          "address": "text",
          "city": {
            "name": "text",
            "code": "text"
          },
          "district": "text",
          "state": {
            "name": "text",
            "code": "text"
          },
          "country": {
            "name": "text",
            "code": "text"
          },
          "area_code": "text",
          "circle": {
            "gps": "text",
            "radius": {
              "type": "CONSTANT",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "range": {
                "min": "text",
                "max": "text"
              },
              "unit": "text"
            }
          },
          "polygon": "text",
          "3dspace": "text",
          "rating": "text"
        },
        "fulfillment_managed_by": "CONSUMER"
      }
    ],
    "quote": {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "price": {
        "currency": "text",
        "value": "text",
        "estimated_value": "text",
        "computed_value": "text",
        "listed_value": "text",
        "offered_value": "text",
        "minimum_value": "text",
        "maximum_value": "text"
      },
      "breakup": [
        {
          "item": {
            "id": "text",
            "parent_item_id": "text",
            "parent_item_quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "creator": {
              "descriptor": {
                "name": "text",
                "code": "text",
                "short_desc": "text",
                "long_desc": "text",
                "additional_desc": {
                  "url": "text",
                  "content_type": "text/plain"
                },
                "media": [
                  {
                    "mimetype": "text",
                    "url": "https://example.com",
                    "signature": "text",
                    "dsa": "text"
                  }
                ],
                "images": [
                  {
                    "url": "https://example.com",
                    "size_type": "xs",
                    "width": "text",
                    "height": "text"
                  }
                ]
              },
              "address": "text",
              "state": {
                "name": "text",
                "code": "text"
              },
              "city": {
                "name": "text",
                "code": "text"
              },
              "contact": {
                "phone": "text",
                "email": "text",
                "jcard": {}
              }
            },
            "price": {
              "currency": "text",
              "value": "text",
              "estimated_value": "text",
              "computed_value": "text",
              "listed_value": "text",
              "offered_value": "text",
              "minimum_value": "text",
              "maximum_value": "text"
            },
            "quantity": {
              "allocated": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "available": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "maximum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "minimum": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "selected": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              },
              "unitized": {
                "count": 1,
                "measure": {
                  "type": "CONSTANT",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "range": {
                    "min": "text",
                    "max": "text"
                  },
                  "unit": "text"
                }
              }
            },
            "category_ids": [
              "text"
            ],
            "fulfillment_ids": [
              "text"
            ],
            "location_ids": [
              "text"
            ],
            "payment_ids": [
              "text"
            ],
            "add_ons": [
              {
                "id": "text",
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "price": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "cancellation_terms": [
              {
                "fulfillment_state": {
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "updated_at": "2025-05-11T16:09:13.132Z",
                  "updated_by": "text"
                },
                "reason_required": true,
                "cancel_by": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "cancellation_fee": {
                  "percentage": "text",
                  "amount": {
                    "currency": "text",
                    "value": "text",
                    "estimated_value": "text",
                    "computed_value": "text",
                    "listed_value": "text",
                    "offered_value": "text",
                    "minimum_value": "text",
                    "maximum_value": "text"
                  }
                },
                "xinput": {
                  "id": "text",
                  "head": {
                    "descriptor": {
                      "id": "text",
                      "url": "https://example.com",
                      "data": {
                        "ANY_ADDITIONAL_PROPERTY": "text"
                      },
                      "mime_type": "text/html",
                      "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                    },
                    "index": {
                      "cur": 1,
                      "max": 1,
                      "min": 1
                    },
                    "headings": [
                      "text"
                    ]
                  },
                  "form": {
                    "id": "text",
                    "url": "https://example.com",
                    "data": {
                      "ANY_ADDITIONAL_PROPERTY": "text"
                    },
                    "mime_type": "text/html",
                    "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                  },
                  "required": true
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "refund_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "refund_eligible": true,
                "refund_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "refund_amount": {
                  "currency": "text",
                  "value": "text",
                  "estimated_value": "text",
                  "computed_value": "text",
                  "listed_value": "text",
                  "offered_value": "text",
                  "minimum_value": "text",
                  "maximum_value": "text"
                }
              }
            ],
            "replacement_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "replace_within": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "external_ref": {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              }
            ],
            "return_terms": [
              {
                "fulfillment_state": {
                  "name": "text",
                  "code": "text"
                },
                "return_eligible": true,
                "return_time": {
                  "label": "text",
                  "timestamp": "2025-05-11T16:09:13.132Z",
                  "duration": "text",
                  "range": {
                    "start": "2025-05-11T16:09:13.132Z",
                    "end": "2025-05-11T16:09:13.132Z"
                  },
                  "days": "text",
                  "schedule": {
                    "frequency": "text",
                    "holidays": [
                      "2025-05-11T16:09:13.132Z"
                    ],
                    "times": [
                      "2025-05-11T16:09:13.132Z"
                    ]
                  }
                },
                "return_location": {
                  "id": "text",
                  "descriptor": {
                    "name": "text",
                    "code": "text",
                    "short_desc": "text",
                    "long_desc": "text",
                    "additional_desc": {
                      "url": "text",
                      "content_type": "text/plain"
                    },
                    "media": [
                      {
                        "mimetype": "text",
                        "url": "https://example.com",
                        "signature": "text",
                        "dsa": "text"
                      }
                    ],
                    "images": [
                      {
                        "url": "https://example.com",
                        "size_type": "xs",
                        "width": "text",
                        "height": "text"
                      }
                    ]
                  },
                  "map_url": "https://example.com",
                  "gps": "text",
                  "address": "text",
                  "city": {
                    "name": "text",
                    "code": "text"
                  },
                  "district": "text",
                  "state": {
                    "name": "text",
                    "code": "text"
                  },
                  "country": {
                    "name": "text",
                    "code": "text"
                  },
                  "area_code": "text",
                  "circle": {
                    "gps": "text",
                    "radius": {
                      "type": "CONSTANT",
                      "value": "text",
                      "estimated_value": "text",
                      "computed_value": "text",
                      "range": {
                        "min": "text",
                        "max": "text"
                      },
                      "unit": "text"
                    }
                  },
                  "polygon": "text",
                  "3dspace": "text",
                  "rating": "text"
                },
                "fulfillment_managed_by": "CONSUMER"
              }
            ],
            "xinput": {
              "id": "text",
              "head": {
                "descriptor": {
                  "id": "text",
                  "url": "https://example.com",
                  "data": {
                    "ANY_ADDITIONAL_PROPERTY": "text"
                  },
                  "mime_type": "text/html",
                  "submission_id": "123e4567-e89b-12d3-a456-426614174000"
                },
                "index": {
                  "cur": 1,
                  "max": 1,
                  "min": 1
                },
                "headings": [
                  "text"
                ]
              },
              "form": {
                "id": "text",
                "url": "https://example.com",
                "data": {
                  "ANY_ADDITIONAL_PROPERTY": "text"
                },
                "mime_type": "text/html",
                "submission_id": "123e4567-e89b-12d3-a456-426614174000"
              },
              "required": true
            },
            "time": {
              "label": "text",
              "timestamp": "2025-05-11T16:09:13.132Z",
              "duration": "text",
              "range": {
                "start": "2025-05-11T16:09:13.132Z",
                "end": "2025-05-11T16:09:13.132Z"
              },
              "days": "text",
              "schedule": {
                "frequency": "text",
                "holidays": [
                  "2025-05-11T16:09:13.132Z"
                ],
                "times": [
                  "2025-05-11T16:09:13.132Z"
                ]
              }
            },
            "rateable": true,
            "rating": "text",
            "matched": true,
            "related": true,
            "recommended": true,
            "ttl": "text",
            "tags": [
              {
                "display": true,
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "list": [
                  {
                    "descriptor": {
                      "name": "text",
                      "code": "text",
                      "short_desc": "text",
                      "long_desc": "text",
                      "additional_desc": {
                        "url": "text",
                        "content_type": "text/plain"
                      },
                      "media": [
                        {
                          "mimetype": "text",
                          "url": "https://example.com",
                          "signature": "text",
                          "dsa": "text"
                        }
                      ],
                      "images": [
                        {
                          "url": "https://example.com",
                          "size_type": "xs",
                          "width": "text",
                          "height": "text"
                        }
                      ]
                    },
                    "value": "text",
                    "display": true
                  }
                ]
              }
            ]
          },
          "title": "text",
          "price": {
            "currency": "text",
            "value": "text",
            "estimated_value": "text",
            "computed_value": "text",
            "listed_value": "text",
            "offered_value": "text",
            "minimum_value": "text",
            "maximum_value": "text"
          }
        }
      ],
      "ttl": "text"
    },
    "payments": [
      {
        "id": "text",
        "collected_by": null,
        "url": "https://example.com",
        "params": {
          "transaction_id": "text",
          "amount": "text",
          "currency": "text",
          "bank_code": "text",
          "bank_account_number": "text",
          "virtual_payment_address": "text",
          "source_bank_code": "text",
          "source_bank_account_number": "text",
          "source_virtual_payment_address": "text"
        },
        "type": "PRE-ORDER",
        "status": "PAID",
        "time": {
          "label": "text",
          "timestamp": "2025-05-11T16:09:13.132Z",
          "duration": "text",
          "range": {
            "start": "2025-05-11T16:09:13.132Z",
            "end": "2025-05-11T16:09:13.132Z"
          },
          "days": "text",
          "schedule": {
            "frequency": "text",
            "holidays": [
              "2025-05-11T16:09:13.132Z"
            ],
            "times": [
              "2025-05-11T16:09:13.132Z"
            ]
          }
        },
        "tags": [
          {
            "display": true,
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "list": [
              {
                "descriptor": {
                  "name": "text",
                  "code": "text",
                  "short_desc": "text",
                  "long_desc": "text",
                  "additional_desc": {
                    "url": "text",
                    "content_type": "text/plain"
                  },
                  "media": [
                    {
                      "mimetype": "text",
                      "url": "https://example.com",
                      "signature": "text",
                      "dsa": "text"
                    }
                  ],
                  "images": [
                    {
                      "url": "https://example.com",
                      "size_type": "xs",
                      "width": "text",
                      "height": "text"
                    }
                  ]
                },
                "value": "text",
                "display": true
              }
            ]
          }
        ]
      }
    ],
    "created_at": "2025-05-11T16:09:13.132Z",
    "updated_at": "2025-05-11T16:09:13.132Z",
    "xinput": {
      "id": "text",
      "head": {
        "descriptor": {
          "id": "text",
          "url": "https://example.com",
          "data": {
            "ANY_ADDITIONAL_PROPERTY": "text"
          },
          "mime_type": "text/html",
          "submission_id": "123e4567-e89b-12d3-a456-426614174000"
        },
        "index": {
          "cur": 1,
          "max": 1,
          "min": 1
        },
        "headings": [
          "text"
        ]
      },
      "form": {
        "id": "text",
        "url": "https://example.com",
        "data": {
          "ANY_ADDITIONAL_PROPERTY": "text"
        },
        "mime_type": "text/html",
        "submission_id": "123e4567-e89b-12d3-a456-426614174000"
      },
      "required": true
    },
    "tags": [
      {
        "display": true,
        "descriptor": {
          "name": "text",
          "code": "text",
          "short_desc": "text",
          "long_desc": "text",
          "additional_desc": {
            "url": "text",
            "content_type": "text/plain"
          },
          "media": [
            {
              "mimetype": "text",
              "url": "https://example.com",
              "signature": "text",
              "dsa": "text"
            }
          ],
          "images": [
            {
              "url": "https://example.com",
              "size_type": "xs",
              "width": "text",
              "height": "text"
            }
          ]
        },
        "list": [
          {
            "descriptor": {
              "name": "text",
              "code": "text",
              "short_desc": "text",
              "long_desc": "text",
              "additional_desc": {
                "url": "text",
                "content_type": "text/plain"
              },
              "media": [
                {
                  "mimetype": "text",
                  "url": "https://example.com",
                  "signature": "text",
                  "dsa": "text"
                }
              ],
              "images": [
                {
                  "url": "https://example.com",
                  "size_type": "xs",
                  "width": "text",
                  "height": "text"
                }
              ]
            },
            "value": "text",
            "display": true
          }
        ]
      }
    ]
  }
]