curl --location --request POST 'https://api.stateset.com/v1/asns/asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30/receive' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com",
"items": [
{
"item_id": "asn_item_123",
"quantity_received": 498,
"condition": "new",
"lot_number": "LOT-2024-001",
"location": "A-12-3",
"discrepancy_notes": "2 units damaged in transit"
},
{
"item_id": "asn_item_124",
"quantity_received": 1000,
"condition": "new",
"lot_number": "LOT-2024-002",
"location": "B-5-1"
}
],
"quality_check": {
"performed": true,
"passed": true,
"notes": "All items meet quality standards"
},
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"resolution": "Filed claim with carrier"
}
],
"notes": "Shipment received in good condition except for noted damages",
"complete_receipt": true
}'
{
"id": "asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"asn_number": "ASN-2024-00001",
"status": "received",
"receiving_summary": {
"total_items_expected": 1500,
"total_items_received": 1498,
"discrepancy_count": 1,
"receipt_completed": true,
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com"
},
"inventory_updates": [
{
"sku": "WBH-001",
"product_name": "Wireless Bluetooth Headphones",
"quantity_added": 498,
"previous_quantity": 145,
"new_total": 643,
"location": "A-12-3",
"lot_number": "LOT-2024-001"
},
{
"sku": "USB-C-001",
"product_name": "USB-C Charging Cable",
"quantity_added": 1000,
"previous_quantity": 487,
"new_total": 1487,
"location": "B-5-1",
"lot_number": "LOT-2024-002"
}
],
"discrepancy_report": {
"has_discrepancies": true,
"total_discrepancies": 1,
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"expected_quantity": 500,
"received_quantity": 498,
"impact": "inventory_shortage",
"resolution": "Filed claim with carrier"
}
]
},
"purchase_order_update": {
"po_id": "po_123456789",
"items_received": 1498,
"items_outstanding": 2,
"po_status": "partially_received"
},
"workflows_triggered": [
{
"type": "putaway",
"status": "initiated",
"assigned_to": "warehouse_team"
},
{
"type": "carrier_claim",
"status": "initiated",
"reference": "CLAIM-2024-00123"
}
]
}
Process the receiving of items from an ASN and update inventory
curl --location --request POST 'https://api.stateset.com/v1/asns/asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30/receive' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com",
"items": [
{
"item_id": "asn_item_123",
"quantity_received": 498,
"condition": "new",
"lot_number": "LOT-2024-001",
"location": "A-12-3",
"discrepancy_notes": "2 units damaged in transit"
},
{
"item_id": "asn_item_124",
"quantity_received": 1000,
"condition": "new",
"lot_number": "LOT-2024-002",
"location": "B-5-1"
}
],
"quality_check": {
"performed": true,
"passed": true,
"notes": "All items meet quality standards"
},
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"resolution": "Filed claim with carrier"
}
],
"notes": "Shipment received in good condition except for noted damages",
"complete_receipt": true
}'
{
"id": "asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"asn_number": "ASN-2024-00001",
"status": "received",
"receiving_summary": {
"total_items_expected": 1500,
"total_items_received": 1498,
"discrepancy_count": 1,
"receipt_completed": true,
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com"
},
"inventory_updates": [
{
"sku": "WBH-001",
"product_name": "Wireless Bluetooth Headphones",
"quantity_added": 498,
"previous_quantity": 145,
"new_total": 643,
"location": "A-12-3",
"lot_number": "LOT-2024-001"
},
{
"sku": "USB-C-001",
"product_name": "USB-C Charging Cable",
"quantity_added": 1000,
"previous_quantity": 487,
"new_total": 1487,
"location": "B-5-1",
"lot_number": "LOT-2024-002"
}
],
"discrepancy_report": {
"has_discrepancies": true,
"total_discrepancies": 1,
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"expected_quantity": 500,
"received_quantity": 498,
"impact": "inventory_shortage",
"resolution": "Filed claim with carrier"
}
]
},
"purchase_order_update": {
"po_id": "po_123456789",
"items_received": 1498,
"items_outstanding": 2,
"po_status": "partially_received"
},
"workflows_triggered": [
{
"type": "putaway",
"status": "initiated",
"assigned_to": "warehouse_team"
},
{
"type": "carrier_claim",
"status": "initiated",
"reference": "CLAIM-2024-00123"
}
]
}
Show Item object properties
curl --location --request POST 'https://api.stateset.com/v1/asns/asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30/receive' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com",
"items": [
{
"item_id": "asn_item_123",
"quantity_received": 498,
"condition": "new",
"lot_number": "LOT-2024-001",
"location": "A-12-3",
"discrepancy_notes": "2 units damaged in transit"
},
{
"item_id": "asn_item_124",
"quantity_received": 1000,
"condition": "new",
"lot_number": "LOT-2024-002",
"location": "B-5-1"
}
],
"quality_check": {
"performed": true,
"passed": true,
"notes": "All items meet quality standards"
},
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"resolution": "Filed claim with carrier"
}
],
"notes": "Shipment received in good condition except for noted damages",
"complete_receipt": true
}'
{
"id": "asn_0901f083-aa1c-43c5-af5c-0a9d2fc64e30",
"asn_number": "ASN-2024-00001",
"status": "received",
"receiving_summary": {
"total_items_expected": 1500,
"total_items_received": 1498,
"discrepancy_count": 1,
"receipt_completed": true,
"received_date": "2024-01-18T11:00:00Z",
"received_by": "john.doe@warehouse.com"
},
"inventory_updates": [
{
"sku": "WBH-001",
"product_name": "Wireless Bluetooth Headphones",
"quantity_added": 498,
"previous_quantity": 145,
"new_total": 643,
"location": "A-12-3",
"lot_number": "LOT-2024-001"
},
{
"sku": "USB-C-001",
"product_name": "USB-C Charging Cable",
"quantity_added": 1000,
"previous_quantity": 487,
"new_total": 1487,
"location": "B-5-1",
"lot_number": "LOT-2024-002"
}
],
"discrepancy_report": {
"has_discrepancies": true,
"total_discrepancies": 1,
"discrepancies": [
{
"type": "damage",
"description": "2 units of WBH-001 damaged in transit",
"expected_quantity": 500,
"received_quantity": 498,
"impact": "inventory_shortage",
"resolution": "Filed claim with carrier"
}
]
},
"purchase_order_update": {
"po_id": "po_123456789",
"items_received": 1498,
"items_outstanding": 2,
"po_status": "partially_received"
},
"workflows_triggered": [
{
"type": "putaway",
"status": "initiated",
"assigned_to": "warehouse_team"
},
{
"type": "carrier_claim",
"status": "initiated",
"reference": "CLAIM-2024-00123"
}
]
}