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

Back to FastLabel