This documentation is for the v5 (stable) version of the API.
Invocation URL: /v5/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/v5/fastlabel/removeconsignmentitem?ConsignmentItemID=1&api_key=YOUR_API_KEY

Back to FastLabel