8.4 Order Terms Management
Last updated
Was this helpful?
Last updated
Was this helpful?
Generate payment terms for an order
/terms/payment
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.
The date-time of creation of this order
The date-time of updated of this order
Status of the order. Allowed values can be defined by the network policy
ACTIVE
, COMPLETE
, CANCELLED
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.
DRAFT
, DEFAULT
ID of a previous order
Describes a product or a service offered to the end consumer by the provider. In the mobility sector, it can represent a fare product like one way journey. In the logistics sector, it can represent the delivery service offering. In the retail domain it can represent a product like a grocery item.
Describes an additional item offered as a value-addition to a product or service. This does not exist independently in a catalog and is always associated with an item.
An offer associated with a catalog. This is typically used to promote a particular product and enable more purchases.
Describes how a an order will be rendered/fulfilled to the end-customer
Describes the cancellation terms of an item or an order. This can be referenced at an item or order level. Item-level cancellation terms can override the terms at the order level.
Refund term of an item or an order
The replacement policy of an item or an order
Describes the return policy of an item or an order
Describes the terms of settlement between the Consumer Interface and the Provider Platform for a single transaction. When instantiated, this object contains <ol><li>the amount that has to be settled,</li><li>The payment destination destination details</li><li>When the settlement should happen, and</li><li>A transaction reference ID</li></ol>. 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.
A collection of tag objects with group level attributes. For detailed documentation on the Tags and Tag Groups schema go to https://github.com/beckn/protocol-specifications/discussions/316
Details of the provider whose catalog items have been selected.
Describes the catalog of a business.
The billing details of this order
Describes the billing details of an entity.<br>This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at
The cancellation details of this order
Describes a cancellation event
The mutually agreed upon quotation for this order.
Describes a quote. It is the estimated price of products or services from the Provider Platform.<br>This has properties like price, breakup, ttl
Additional input required from the customer to confirm this order
Contains any additional or extended inputs required to confirm an order. This is typically a Form Input. Sometimes, selection of catalog elements is not enough for the Provider Platform to confirm an order. For example, to confirm a flight ticket, the airline requires details of the passengers along with information on baggage, identity, in addition to the class of ticket. Similarly, a logistics company may require details on the nature of shipment in order to confirm the shipping. A recruiting firm may require additional details on the applicant in order to confirm a job application. For all such purposes, the can choose to send this object attached to any object in the catalog that is required to be sent while placing the order. This object can typically be sent at an item level or at the order level. The item level XInput will override the Order level XInput as it indicates a special requirement of information for that particular item. Hence the Consumer Interface must render a separate form for the Item and another form at the Order level before confirmation.
curl -L \
--request POST \
--url 'https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/payment' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"created_at": "2025-03-03T14:29:33.973Z",
"updated_at": "2025-03-03T14:29:33.973Z",
"status": "ACTIVE",
"type": "DEFAULT",
"ref_order_ids": [
"text"
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "text"
}
}
],
"cancellation_terms": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"category_id": "text",
"rating": "text",
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"exp": "2025-03-03T14:29:33.973Z",
"rateable": true,
"ttl": 1,
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"ttl": null,
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
},
"billing": {
"name": "text",
"email": "hello@example.com",
"phone": "text",
"tax_id": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
},
"cancellation": {
"time": "2025-03-03T14:29:33.973Z",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"quote": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"ttl": "text",
"breakup": [
{
"item": {
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
},
"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"
}
}
],
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
}
}'
[
{
"id": "text",
"created_at": "2025-03-03T14:29:33.973Z",
"updated_at": "2025-03-03T14:29:33.973Z",
"status": "ACTIVE",
"type": "DEFAULT",
"ref_order_ids": [
"text"
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "text"
}
}
],
"cancellation_terms": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"category_id": "text",
"rating": "text",
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"exp": "2025-03-03T14:29:33.973Z",
"rateable": true,
"ttl": 1,
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"ttl": null,
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
},
"billing": {
"name": "text",
"email": "hello@example.com",
"phone": "text",
"tax_id": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
},
"cancellation": {
"time": "2025-03-03T14:29:33.973Z",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"quote": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"ttl": "text",
"breakup": [
{
"item": {
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
},
"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"
}
}
],
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
}
}
]
Successful fetch of payment terms
Generate fulfillment terms for an order
/terms/fulfillment
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.
The date-time of creation of this order
The date-time of updated of this order
Status of the order. Allowed values can be defined by the network policy
ACTIVE
, COMPLETE
, CANCELLED
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.
DRAFT
, DEFAULT
ID of a previous order
Describes a product or a service offered to the end consumer by the provider. In the mobility sector, it can represent a fare product like one way journey. In the logistics sector, it can represent the delivery service offering. In the retail domain it can represent a product like a grocery item.
Describes an additional item offered as a value-addition to a product or service. This does not exist independently in a catalog and is always associated with an item.
An offer associated with a catalog. This is typically used to promote a particular product and enable more purchases.
Describes how a an order will be rendered/fulfilled to the end-customer
Describes the cancellation terms of an item or an order. This can be referenced at an item or order level. Item-level cancellation terms can override the terms at the order level.
Refund term of an item or an order
The replacement policy of an item or an order
Describes the return policy of an item or an order
Describes the terms of settlement between the Consumer Interface and the Provider Platform for a single transaction. When instantiated, this object contains <ol><li>the amount that has to be settled,</li><li>The payment destination destination details</li><li>When the settlement should happen, and</li><li>A transaction reference ID</li></ol>. 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.
A collection of tag objects with group level attributes. For detailed documentation on the Tags and Tag Groups schema go to https://github.com/beckn/protocol-specifications/discussions/316
Details of the provider whose catalog items have been selected.
Describes the catalog of a business.
The billing details of this order
Describes the billing details of an entity.<br>This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at
The cancellation details of this order
Describes a cancellation event
The mutually agreed upon quotation for this order.
Describes a quote. It is the estimated price of products or services from the Provider Platform.<br>This has properties like price, breakup, ttl
Additional input required from the customer to confirm this order
Contains any additional or extended inputs required to confirm an order. This is typically a Form Input. Sometimes, selection of catalog elements is not enough for the Provider Platform to confirm an order. For example, to confirm a flight ticket, the airline requires details of the passengers along with information on baggage, identity, in addition to the class of ticket. Similarly, a logistics company may require details on the nature of shipment in order to confirm the shipping. A recruiting firm may require additional details on the applicant in order to confirm a job application. For all such purposes, the can choose to send this object attached to any object in the catalog that is required to be sent while placing the order. This object can typically be sent at an item level or at the order level. The item level XInput will override the Order level XInput as it indicates a special requirement of information for that particular item. Hence the Consumer Interface must render a separate form for the Item and another form at the Order level before confirmation.
curl -L \
--request POST \
--url 'https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/fulfillment' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"created_at": "2025-03-03T14:29:33.973Z",
"updated_at": "2025-03-03T14:29:33.973Z",
"status": "ACTIVE",
"type": "DEFAULT",
"ref_order_ids": [
"text"
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "text"
}
}
],
"cancellation_terms": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"category_id": "text",
"rating": "text",
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"exp": "2025-03-03T14:29:33.973Z",
"rateable": true,
"ttl": 1,
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"ttl": null,
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
},
"billing": {
"name": "text",
"email": "hello@example.com",
"phone": "text",
"tax_id": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
},
"cancellation": {
"time": "2025-03-03T14:29:33.973Z",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"quote": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"ttl": "text",
"breakup": [
{
"item": {
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
},
"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"
}
}
],
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
}
}'
[
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "text"
}
}
]
Successful fetch of fulfillment terms
Generate cancellation terms for an order
/terms/cancellation
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.
The date-time of creation of this order
The date-time of updated of this order
Status of the order. Allowed values can be defined by the network policy
ACTIVE
, COMPLETE
, CANCELLED
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.
DRAFT
, DEFAULT
ID of a previous order
Describes a product or a service offered to the end consumer by the provider. In the mobility sector, it can represent a fare product like one way journey. In the logistics sector, it can represent the delivery service offering. In the retail domain it can represent a product like a grocery item.
Describes an additional item offered as a value-addition to a product or service. This does not exist independently in a catalog and is always associated with an item.
An offer associated with a catalog. This is typically used to promote a particular product and enable more purchases.
Describes how a an order will be rendered/fulfilled to the end-customer
Describes the cancellation terms of an item or an order. This can be referenced at an item or order level. Item-level cancellation terms can override the terms at the order level.
Refund term of an item or an order
The replacement policy of an item or an order
Describes the return policy of an item or an order
Describes the terms of settlement between the Consumer Interface and the Provider Platform for a single transaction. When instantiated, this object contains <ol><li>the amount that has to be settled,</li><li>The payment destination destination details</li><li>When the settlement should happen, and</li><li>A transaction reference ID</li></ol>. 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.
A collection of tag objects with group level attributes. For detailed documentation on the Tags and Tag Groups schema go to https://github.com/beckn/protocol-specifications/discussions/316
Details of the provider whose catalog items have been selected.
Describes the catalog of a business.
The billing details of this order
Describes the billing details of an entity.<br>This has properties like name,organization,address,email,phone,time,tax_number, created_at,updated_at
The cancellation details of this order
Describes a cancellation event
The mutually agreed upon quotation for this order.
Describes a quote. It is the estimated price of products or services from the Provider Platform.<br>This has properties like price, breakup, ttl
Additional input required from the customer to confirm this order
Contains any additional or extended inputs required to confirm an order. This is typically a Form Input. Sometimes, selection of catalog elements is not enough for the Provider Platform to confirm an order. For example, to confirm a flight ticket, the airline requires details of the passengers along with information on baggage, identity, in addition to the class of ticket. Similarly, a logistics company may require details on the nature of shipment in order to confirm the shipping. A recruiting firm may require additional details on the applicant in order to confirm a job application. For all such purposes, the can choose to send this object attached to any object in the catalog that is required to be sent while placing the order. This object can typically be sent at an item level or at the order level. The item level XInput will override the Order level XInput as it indicates a special requirement of information for that particular item. Hence the Consumer Interface must render a separate form for the Item and another form at the Order level before confirmation.
curl -L \
--request POST \
--url 'https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/cancellation' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"created_at": "2025-03-03T14:29:33.973Z",
"updated_at": "2025-03-03T14:29:33.973Z",
"status": "ACTIVE",
"type": "DEFAULT",
"ref_order_ids": [
"text"
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "text"
}
}
],
"cancellation_terms": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"category_id": "text",
"rating": "text",
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"exp": "2025-03-03T14:29:33.973Z",
"rateable": true,
"ttl": 1,
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"ttl": null,
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": true,
"tracking": false,
"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"
},
"path": "text",
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"type": "text",
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-03-03T14:29:33.973Z",
"valid_to": "2025-03-03T14:29:33.973Z",
"status": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
},
"dob": "2025-03-03",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"age": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"rating": "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"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"type": "PRE-ORDER",
"status": "PAID",
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
}
],
"items": [
{
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
]
},
"billing": {
"name": "text",
"email": "hello@example.com",
"phone": "text",
"tax_id": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
},
"cancellation": {
"time": "2025-03-03T14:29:33.973Z",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
},
"quote": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"ttl": "text",
"breakup": [
{
"item": {
"id": "text",
"rateable": true,
"matched": true,
"related": true,
"recommended": true,
"ttl": "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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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": [
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"refund_terms": [
{
"refund_eligible": true,
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"replacement_terms": [
{
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
],
"return_terms": [
{
"return_eligible": true,
"fulfillment_managed_by": "CONSUMER",
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"map_url": "https://example.com",
"district": "text",
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"polygon": "text",
"3dspace": "text",
"gps": "text",
"address": "text",
"city": {
"name": "text",
"code": "text"
},
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"rating": "text"
}
}
],
"tags": [
{
"display": true,
"list": [
{
"value": "text",
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
}
}
],
"parent_item_id": "text",
"parent_item_quantity": {
"allocated": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"contact": {
"phone": "text",
"email": "text",
"jcard": {}
},
"address": "text",
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
}
},
"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": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"available": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"maximum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"minimum": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"selected": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
},
"unitized": {
"count": 1,
"measure": {
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text",
"type": "CONSTANT"
}
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"time": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
},
"rating": "text",
"category_ids": [
"text"
],
"fulfillment_ids": [
"text"
],
"location_ids": [
"text"
],
"payment_ids": [
"text"
]
},
"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"
}
}
],
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
},
"xinput": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
}
}'
[
{
"reason_required": true,
"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": {
"form": {
"url": "https://example.com",
"submission_id": "123e4567-e89b-12d3-a456-426614174000",
"mime_type": "text/html",
"data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"required": true
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
},
"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",
"width": "text",
"height": "text",
"size_type": "xs"
}
]
},
"updated_at": "2025-03-03T14:29:33.973Z",
"updated_by": "text"
},
"cancel_by": {
"label": "text",
"timestamp": "2025-03-03T14:29:33.973Z",
"duration": "text",
"range": {
"start": "2025-03-03T14:29:33.973Z",
"end": "2025-03-03T14:29:33.973Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-03-03T14:29:33.973Z"
],
"times": [
"2025-03-03T14:29:33.973Z"
]
}
}
}
]
Successful fetch of cancellation terms