Skip to main content
It stores inbound receiving information.
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
receiving_idstringUnique identifier for receiving0
receiving_numberstringField for receiving number0
shipment_idstringUnique identifier for shipment0
po_idstringUnique identifier for po0
receiving_locationobjectObject containing receiving location details2
receiving_location.location_idstringUnique identifier for location0
receiving_location.namestringName of specific location where specific items are received.0
received_datedatetimeTimestamp for when received date was created/updated0
received_bystringField for received by0
statusstringCurrent status of item  receivings.0
itemsarray_of_objectsField for items8
items.item_idstringUnique identifier for item0
items.variant_idstringUnique identifier for variant0
items.product_idstringUnique identifier for product0
items.skustringField for sku0
items.expected_quantityintegerQuantity of expected0
items.received_quantityintegerQuantity of received0
items.damaged_quantityintegerQuantity of damaged0
items.notesstringField for notes0
total_itemsintegerField for total items0
total_quantityintegerQuantity of total0
notesstringField for notes0
is_activebooleanField for is active0
created_atstringTimestamp when the record was created0
updated_atstringTimestamp when the record was updated0
{
    "_id": {
        "$oid": "68a4660774f370e083370e55"
    },
    "receiving_id": "d76284a1-2895-4c80-a51c-127583c2242a",
    "receiving_number": "RCV-2025-08-19-87963012",
    "shipment_id": "798207e1-a123-456b-9802-e97534292301",
    "po_id": "426b4db9-aed8-4fef-bdc0-5afd12b0323a",
    "receiving_location": {
        "location_id": "53aefc8d-4665-496a-b289-965a2db67efa",
        "name": "Central Warehouse - New York"
    },
    "received_date": {
        "$date": "2025-03-14T23:58:43.312Z"
    },
    "received_by": "warehouse_manager",
    "status": "completed",
    "items": [
        {
            "item_id": "ab6ffe89-080b-428f-a983-b078a87a5eac",
            "variant_id": "61ca3de7-5aff-4ce4-b915-ea5bf7e079cc",
            "product_id": "5f67bc26-d71e-4273-bf4c-ec7b90c828ef",
            "sku": "SUNSET-ORNG-7-CASUAL",
            "expected_quantity": 159,
            "received_quantity": 156,
            "damaged_quantity": 3,
            "notes": "Generated from delivered shipment 798207e1-a123-456b-9802-e97534292301"
        }
    ],
    "total_items": 1,
    "total_quantity": 156,
    "notes": "Generated from delivered shipment 798207e1-a123-456b-9802-e97534292301",
    "is_active": true,
    "created_at": {
        "$date": "2025-08-19T17:24:47.014Z"
    },
    "updated_at": {
        "$date": "2025-08-19T17:24:47.014Z"
    }
}