Hi i have been having a strange issue when creating a shipment of a sales order via the API
This is the standard endpoint i am using: (replaced my base address)
https://baseaddress/entity/Default/18.200.001/Shipment
And the request:
{
"Type":{"value":"Shipment"},
"CustomerID":{"value":"TEST1"},
"LocationID":{"value":"MAIN"},
"WarehouseID":{"value":"WAREHOUSE1"},
"Details":;
{
"OrderType":{"value":"SA"},
"OrderNbr":{"value":"ORDER123"}
}
]
}
This does create a shipment for the order however the shipment number it creates has already been allocated to another shipment on the system. What could i be missing here? the Shipment number i an expecting is a new one that has not been previously allocated to any sales order.