8.4 Order Terms Management
Last updated
Was this helpful?
Last updated
Was this helpful?
Generate payment terms for an order
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.
A list of order IDs to link this order to previous orders.
Status of the order. Allowed values can be defined by the network policy
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.
Details of the provider whose catalog items have been selected.
The items purchased / availed in this order
The add-ons purchased / availed in this order
The offers applied in this order
The billing details of this order
The fulfillments involved in completing this order
The cancellation details of this order
Cancellation terms of this item
Refund terms of this item
Replacement terms of this item
Return terms of this item
The mutually agreed upon quotation for this order.
The terms of settlement for this order
The date-time of creation of this order
The date-time of updated of this order
Additional input required from the customer to confirm this order
Successful fetch of payment terms
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.
A list of order IDs to link this order to previous orders.
Status of the order. Allowed values can be defined by the network policy
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.
Details of the provider whose catalog items have been selected.
The items purchased / availed in this order
The add-ons purchased / availed in this order
The offers applied in this order
The billing details of this order
The fulfillments involved in completing this order
The cancellation details of this order
Cancellation terms of this item
Refund terms of this item
Replacement terms of this item
Return terms of this item
The mutually agreed upon quotation for this order.
The terms of settlement for this order
The date-time of creation of this order
The date-time of updated of this order
Additional input required from the customer to confirm this order
const response = await fetch('https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/payment', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
[
{
"id": "text",
"ref_order_ids": [
"text"
],
"status": "ACTIVE",
"type": "DRAFT",
"provider": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"category_id": "text",
"rating": "text",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"categories": [
{
"id": "text",
"parent_category_id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": false,
"rating": {},
"state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"tracking": false,
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"organization": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "text"
}
},
"rating": "text"
},
"contact": {
"phone": "text",
"email": "text"
},
"vehicle": {
"category": "text",
"capacity": 0,
"make": "text",
"model": "text",
"size": "text",
"variant": "text",
"color": "text",
"energy_type": "text",
"registration": "text",
"wheels_count": "text",
"cargo_volumne": "text",
"wheelchair_access": "text",
"code": "text",
"emission_standard": "text"
},
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"type": "text",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"instructions": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-01-31T02:07:17.726Z",
"valid_to": "2025-01-31T02:07:17.726Z",
"status": "text"
}
}
],
"path": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"payments": [
{
"id": "text",
"url": "https://example.com",
"params": {
"transaction_id": "text",
"amount": "text",
"currency": "text",
"bank_code": "text",
"bank_account_number": "text",
"virtual_payment_address": "text",
"source_bank_code": "text",
"source_bank_account_number": "text",
"source_virtual_payment_address": "text"
},
"type": "PRE-ORDER",
"status": "PAID",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"locations": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
}
],
"offers": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"items": [
{
"id": "text",
"parent_item_id": {},
"parent_item_quantity": {
"allocated": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"creator": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "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": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"category_ids": [
{}
],
"fulfillment_ids": [
{}
],
"location_ids": [
{}
],
"payment_ids": [
{}
],
"add_ons": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"cancellation_terms": [
{
"fulfillment_state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"reason_required": false,
"cancel_by": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"cancellation_fee": {
"percentage": {},
"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",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"refund_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_eligible": false,
"refund_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"replacement_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"return_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_eligible": false,
"return_time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"return_location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"fulfillment_managed_by": "CONSUMER"
}
],
"xinput": {
"form": {
"url": "https://example.com",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"rateable": false,
"rating": {},
"matched": false,
"related": false,
"recommended": false,
"ttl": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"exp": "2025-01-31T02:07:17.726Z",
"rateable": false,
"ttl": 0,
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"items": [
{
"id": "text",
"parent_item_id": {},
"parent_item_quantity": {
"allocated": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"creator": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "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": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"category_ids": [
{}
],
"fulfillment_ids": [
{}
],
"location_ids": [
{}
],
"payment_ids": [
{}
],
"add_ons": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"cancellation_terms": [
{
"fulfillment_state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"reason_required": false,
"cancel_by": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"cancellation_fee": {
"percentage": {},
"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",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"refund_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_eligible": false,
"refund_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"replacement_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"return_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_eligible": false,
"return_time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"return_location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"fulfillment_managed_by": "CONSUMER"
}
],
"xinput": {
"form": {
"url": "https://example.com",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"rateable": false,
"rating": {},
"matched": false,
"related": false,
"recommended": false,
"ttl": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"add_ons": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"offers": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"location_ids": [
"text"
],
"category_ids": [
"text"
],
"item_ids": [
"text"
],
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"billing": {
"name": "text",
"organization": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "text"
}
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"email": "name@gmail.com",
"phone": "text",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tax_id": "text"
},
"fulfillments": [
{
"id": "text",
"type": "text",
"rateable": false,
"rating": {},
"state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"tracking": false,
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"organization": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "text"
}
},
"rating": "text"
},
"contact": {
"phone": "text",
"email": "text"
},
"vehicle": {
"category": "text",
"capacity": 0,
"make": "text",
"model": "text",
"size": "text",
"variant": "text",
"color": "text",
"energy_type": "text",
"registration": "text",
"wheels_count": "text",
"cargo_volumne": "text",
"wheelchair_access": "text",
"code": "text",
"emission_standard": "text"
},
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"type": "text",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"instructions": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-01-31T02:07:17.726Z",
"valid_to": "2025-01-31T02:07:17.726Z",
"status": "text"
}
}
],
"path": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"cancellation": {
"time": "2025-01-31T02:07:17.726Z",
"cancelled_by": "CONSUMER",
"reason": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
}
},
"additional_description": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
}
},
"cancellation_terms": [
{
"fulfillment_state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"reason_required": false,
"cancel_by": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"cancellation_fee": {
"percentage": {},
"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",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"refund_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_eligible": false,
"refund_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"replacement_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"return_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_eligible": false,
"return_time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"return_location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"fulfillment_managed_by": "CONSUMER"
}
],
"quote": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
},
"breakup": [
{
"item": {
"id": "text",
"parent_item_id": {},
"parent_item_quantity": {
"allocated": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"creator": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "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": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"available": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"maximum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"minimum": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"selected": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"unitized": {
"count": 0,
"measure": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
}
},
"category_ids": [
{}
],
"fulfillment_ids": [
{}
],
"location_ids": [
{}
],
"payment_ids": [
{}
],
"add_ons": [
{
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"cancellation_terms": [
{
"fulfillment_state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"reason_required": false,
"cancel_by": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"cancellation_fee": {
"percentage": {},
"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",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"refund_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"refund_eligible": false,
"refund_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"refund_amount": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"replacement_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"replace_within": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
],
"return_terms": [
{
"fulfillment_state": {
"name": "text",
"code": "text"
},
"return_eligible": false,
"return_time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"return_location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"fulfillment_managed_by": "CONSUMER"
}
],
"xinput": {
"form": {
"url": "https://example.com",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"rateable": false,
"rating": {},
"matched": false,
"related": false,
"recommended": false,
"ttl": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"title": "text",
"price": {
"currency": "text",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"listed_value": "text",
"offered_value": "text",
"minimum_value": "text",
"maximum_value": "text"
}
}
],
"ttl": "text"
},
"payments": [
{
"id": "text",
"url": "https://example.com",
"params": {
"transaction_id": "text",
"amount": "text",
"currency": "text",
"bank_code": "text",
"bank_account_number": "text",
"virtual_payment_address": "text",
"source_bank_code": "text",
"source_bank_account_number": "text",
"source_virtual_payment_address": "text"
},
"type": "PRE-ORDER",
"status": "PAID",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
],
"created_at": "2025-01-31T02:07:17.726Z",
"updated_at": "2025-01-31T02:07:17.726Z",
"xinput": {
"form": {
"url": "https://example.com",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
]
Generate fulfillment terms for an order
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.
A list of order IDs to link this order to previous orders.
Status of the order. Allowed values can be defined by the network policy
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.
Details of the provider whose catalog items have been selected.
The items purchased / availed in this order
The add-ons purchased / availed in this order
The offers applied in this order
The billing details of this order
The fulfillments involved in completing this order
The cancellation details of this order
Cancellation terms of this item
Refund terms of this item
Replacement terms of this item
Return terms of this item
The mutually agreed upon quotation for this order.
The terms of settlement for this order
The date-time of creation of this order
The date-time of updated of this order
Additional input required from the customer to confirm this order
Successful fetch of fulfillment terms
Unique reference ID to the fulfillment of an order
A code that describes the mode of fulfillment. This is typically set when there are multiple ways an order can be fulfilled. For example, a retail order can be fulfilled either via store pickup or a home delivery. Similarly, a medical consultation can be provided either in-person or via tele-consultation. The network policy must publish standard fulfillment type codes for the different modes of fulfillment.
Whether the fulfillment can be rated or not
The rating value of the fulfullment service.
The current state of fulfillment. The Provider Platform must set this value whenever the state of the order fulfillment changes and fire an unsolicited on_status
call.
Indicates whether the fulfillment allows tracking
The person that will ultimately receive the order
The agent that is currently handling the fulfillment of the order
Describes the contact information of an entity
Describes a vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.This has properties like category, capacity, make, model, size,variant,color,energy_type,registration
The list of logical stops encountered during the fulfillment of an order.
The physical path taken by the agent that can be rendered on a map. The allowed format of this property can be set by the network.
const response = await fetch('https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/fulfillment', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
[
{
"id": "text",
"type": "text",
"rateable": false,
"rating": {},
"state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"tracking": false,
"customer": {
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
}
},
"agent": {
"id": "text",
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"organization": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"address": {},
"state": {
"name": "text",
"code": "text"
},
"city": {
"name": "text",
"code": "text"
},
"contact": {
"phone": "text",
"email": "text"
}
},
"rating": "text"
},
"contact": {
"phone": "text",
"email": "text"
},
"vehicle": {
"category": "text",
"capacity": 0,
"make": "text",
"model": "text",
"size": "text",
"variant": "text",
"color": "text",
"energy_type": "text",
"registration": "text",
"wheels_count": "text",
"cargo_volumne": "text",
"wheelchair_access": "text",
"code": "text",
"emission_standard": "text"
},
"stops": [
{
"id": "text",
"parent_stop_id": "text",
"location": {
"id": "text",
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"map_url": "https://example.com",
"gps": {},
"address": {},
"city": {
"name": "text",
"code": "text"
},
"district": "text",
"state": {
"name": "text",
"code": "text"
},
"country": {
"name": "text",
"code": "text"
},
"area_code": "text",
"circle": {
"gps": "text",
"radius": {
"type": "CONSTANT",
"value": "text",
"estimated_value": "text",
"computed_value": "text",
"range": {
"min": "text",
"max": "text"
},
"unit": "text"
}
},
"polygon": "text",
"3dspace": "text",
"rating": {}
},
"type": "text",
"time": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"instructions": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"contact": {
"phone": "text",
"email": "text"
},
"person": {
"id": "text",
"url": "https://example.com",
"name": "text",
"image": {
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
},
"age": {},
"dob": "2025-01-31",
"gender": "text",
"creds": [
{
"id": "text",
"type": "VerifiableCredential",
"url": "https://example.com"
}
],
"languages": [
{
"code": "text",
"name": "text"
}
],
"skills": [
{
"code": "text",
"name": "text"
}
],
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
},
"authorization": {
"type": "text",
"token": "text",
"valid_from": "2025-01-31T02:07:17.726Z",
"valid_to": "2025-01-31T02:07:17.726Z",
"status": "text"
}
}
],
"path": "text",
"tags": [
{
"display": true,
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"list": [
{
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"value": "text",
"display": false
}
]
}
]
}
]
Generate cancellation terms for an order
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.
A list of order IDs to link this order to previous orders.
Status of the order. Allowed values can be defined by the network policy
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.
Details of the provider whose catalog items have been selected.
The items purchased / availed in this order
The add-ons purchased / availed in this order
The offers applied in this order
The billing details of this order
The fulfillments involved in completing this order
The cancellation details of this order
Cancellation terms of this item
Refund terms of this item
Replacement terms of this item
Return terms of this item
The mutually agreed upon quotation for this order.
The terms of settlement for this order
The date-time of creation of this order
The date-time of updated of this order
Additional input required from the customer to confirm this order
Successful fetch of cancellation terms
The state of fulfillment during which this term is applicable.
Indicates whether a reason is required to cancel the order
Information related to the time of cancellation.
A fee applied on a particular entity
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.
This object contains a url to a media file.
const response = await fetch('https://virtserver.swaggerhub.com/beckn/e-marketplace-bb/0.2/terms/cancellation', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({}),
});
const data = await response.json();
[
{
"fulfillment_state": {
"descriptor": {
"name": "text",
"code": "text",
"short_desc": "text",
"long_desc": "text",
"additional_desc": {
"url": "text",
"content_type": "text/plain"
},
"media": [
{
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
],
"images": [
{
"url": "https://example.com",
"size_type": "xs",
"width": "text",
"height": "text"
}
]
},
"updated_at": "2025-01-31T02:07:17.726Z",
"updated_by": "text"
},
"reason_required": false,
"cancel_by": {
"label": "text",
"timestamp": "2025-01-31T02:07:17.726Z",
"duration": "text",
"range": {
"start": "2025-01-31T02:07:17.726Z",
"end": "2025-01-31T02:07:17.726Z"
},
"days": "text",
"schedule": {
"frequency": "text",
"holidays": [
"2025-01-31T02:07:17.726Z"
],
"times": [
"2025-01-31T02:07:17.726Z"
]
}
},
"cancellation_fee": {
"percentage": {},
"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",
"mime_type": "text/html",
"submission_id": "123e4567-e89b-12d3-a456-426614174000"
},
"required": false
},
"external_ref": {
"mimetype": "text",
"url": "https://example.com",
"signature": "text",
"dsa": "text"
}
}
]