{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Delivery Challans", "description": "
A delivery challan is a document used to record the dispatch of goods to a customer without generating an invoice. It is typically used for goods sent on approval, job work, or for other non-sale purposes. Currently this module is available for Global and India Editions alone.
assembly and kit.",
"type": "string",
"example": "kit"
},
"mapped_items": {
"description": "Mapped items of a composite item.",
"type": "array",
"readOnly": true,
"items": {
"type": "object",
"properties": {
"line_item_id": {
"description": "Unique identifier of the line item.",
"type": "string"
},
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"name": {
"description": "Name of the item.",
"type": "string"
},
"sku": {
"description": "SKU of the item.",
"type": "string"
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"unit": {
"description": "Unit of measurement.",
"type": "string"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"warehouse_name": {
"description": "Name of the warehouse.",
"type": "string"
},
"quantity_invoiced": {
"description": "Quantity invoiced for this line item.",
"type": "number"
},
"quantity_returned": {
"description": "Quantity returned for this line item.",
"type": "number"
},
"combo_type": {
"description": "Type of the composite item.",
"type": "string",
"enum": [
"kit"
]
},
"is_combo_product": {
"description": "Whether the line item is a composite product.",
"type": "boolean"
},
"mapped_items": {
"description": "Nested mapped items.",
"type": "array",
"items": {
"type": "object",
"properties": {
"line_item_id": {
"description": "Unique identifier of the line item.",
"type": "string"
},
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"name": {
"description": "Name of the item.",
"type": "string"
},
"sku": {
"description": "SKU of the item.",
"type": "string"
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"unit": {
"description": "Unit of measurement.",
"type": "string"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"warehouse_name": {
"description": "Name of the warehouse.",
"type": "string"
},
"quantity_invoiced": {
"description": "Quantity invoiced for this line item.",
"type": "number"
},
"quantity_returned": {
"description": "Quantity returned for this line item.",
"type": "number"
},
"combo_type": {
"description": "Type of the composite item.",
"type": "string",
"enum": [
"kit"
]
},
"is_combo_product": {
"description": "Whether the line item is a composite product.",
"type": "boolean"
}
}
}
}
}
}
},
"mapped_items_create": {
"description": "Mapped items of a composite item for creation.",
"type": "array",
"items": {
"type": "object",
"properties": {
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"name": {
"description": "Name of the item. Max-length [200]",
"type": "string",
"maxLength": 200
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"location_id": {
"description": "Unique identifier of the location.",
"type": "string"
},
"unit": {
"description": "Unit of measurement. Max-length [120]",
"type": "string",
"maxLength": 120
},
"mapped_items": {
"description": "Nested mapped items.",
"type": "array",
"items": {
"type": "object",
"properties": {
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"name": {
"description": "Name of the item. Max-length [200]",
"type": "string",
"maxLength": 200
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"location_id": {
"description": "Unique identifier of the location.",
"type": "string"
},
"unit": {
"description": "Unit of measurement. Max-length [120]",
"type": "string",
"maxLength": 120
}
}
}
}
}
}
},
"mapped_items_update": {
"description": "Mapped items of a composite item for update.",
"type": "array",
"items": {
"type": "object",
"properties": {
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"line_item_id": {
"description": "Unique identifier of the line item.",
"type": "string"
},
"name": {
"description": "Name of the item. Max-length [200]",
"type": "string",
"maxLength": 200
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"location_id": {
"description": "Unique identifier of the location.",
"type": "string"
},
"unit": {
"description": "Unit of measurement. Max-length [120]",
"type": "string",
"maxLength": 120
},
"mapped_items": {
"description": "Nested mapped items.",
"type": "array",
"items": {
"type": "object",
"properties": {
"item_id": {
"description": "Unique identifier of the item.",
"type": "string"
},
"line_item_id": {
"description": "Unique identifier of the line item.",
"type": "string"
},
"name": {
"description": "Name of the item. Max-length [200]",
"type": "string",
"maxLength": 200
},
"item_order": {
"description": "Display order of the item.",
"type": "integer"
},
"quantity": {
"description": "Quantity.",
"type": "number"
},
"warehouse_id": {
"description": "Unique identifier of the warehouse.",
"type": "string"
},
"location_id": {
"description": "Unique identifier of the location.",
"type": "string"
},
"unit": {
"description": "Unit of measurement. Max-length [120]",
"type": "string",
"maxLength": 120
}
}
}
}
}
}
}
}
}