Goods Receipt Note
GRN is the document of all the received line items (with SKU, quantity and price) from the supplier. It serves as a document for future WMS compliance
Fetch Goods Receipt Notes(GRN)
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"count": 1,
"previous": null,
"next": 0,
"result": [
{
"id": 1,
"sku_lines": [
{
"id": 9,
"sku": "Sample 123456",
"pack_config": {
"id": 4,
"tracking_level": "Each",
"created_date": "2021-07-30T17:53:01.396745+05:30",
"modified_date": "2021-07-30T17:53:01.397988+05:30",
"name": "Box of 25",
"each_volume": 1,
"each_weight": 250,
"tag_volume": 1,
"use_each_volume": true,
"use_tag_volume": false,
"uom": null,
"created_by": 108434,
"modified_by": 108434,
"each_dimension": null,
"customer": 40082
},
"created_date": "2022-05-26T12:47:45.228470+05:30",
"modified_date": "2022-05-26T12:47:45.228611+05:30",
"status": "New",
"qty": 77.0,
"qty_received": 6.0,
"price_per_qty": 22.0,
"item_desc": "Nice quality",
"created_by": null,
"modified_by": null,
"purchase_order": 941,
"maximum_retail_price": 25.0,
"discount": 3.0,
"discount_percentage": 12.0
}
],
"created_date": "2021-09-18T18:24:56.142039+05:30",
"modified_date": "2021-09-18T18:24:58.238885+05:30",
"po_number": "180921125456141585",
"receiving_number": "RN180921125456590192",
"invoice_number": null,
"description": null,
"delivery_date": "2021-09-18T18:24:56.141581+05:30",
"expiry_date": null,
"status": "Completed",
"total_price": 0,
"batch": null,
"serial_number": null,
"file": "http://localhost/media/uploads/documents/wmss/purchaseorder_1/2021-09-18/1W4MYRU/RN180921125456590192.PDF",
"created_by": 109050,
"modified_by": 109050,
"supplier": 4,
"site": 7
}
]
}Last updated
Was this helpful?