Alert!

This is the latest version of the API! It is subject to change and may contain bugs! Use only for testing new features or at your own risk.
Invocation URL: /latest/fastlabel/removeconsignmentitem

Descripton:

Removes an (unprinted) consignment item and returns any labels to the pool.

Parameters:

ConsignmentItemID - The itemID of the consignment item (see List Consignments)

Returns:

A data structure like so:

{
    'result': {
        'Success': true,
        'ConsignmentItemID': '1620683'
    }
}

Example:

https://api.fastway.org/latest/fastlabel/removeconsignmentitem?ConsignmentItemID=1&api_key=YOUR_API_KEY

Back to FastLabel