Skip to main content

API - ASN Receive Items

Tom Higgs avatar
Written by Tom Higgs
Updated over 2 months ago

This guide is intended for customers with custom-built third-party API integrations. It provides an additional method for receiving items on an ASN, rather than the standard approach.

To receive items on the ASN via the API you need to use the following request: /api/ASN/{id}/Items/Receive.

The required information is:

  • ASNItemId

    • This is obtained from the original ASN API request.

    • To check the Item ID you can use the following request: /api/ASN/{id}.

  • Quantity.

  • Complete.

  • LocationId.

    • ​​​​​​​This is obtained from the Warehouse Locations, alternatively, you can use 0 (Unassigned).

Note: The rest of the information is optional and doesn't need to be included if not used.

Did this answer your question?