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/removeconsignment

Descripton:

Removes a consignment and all its items. Note: you can only remove unprinted consignments.

Parameters:

ConsignmentID - An ID from the List Consignments method.

Returns:

A data structure like:

{
    'result': {
        'Success': true,
        'ConsignmentID': '1'
    }
}

Example:

https://api.fastway.org/latest/fastlabel/removeconsignment?ConsignmentID=1&api_key=YOUR_API_KEY

Back to FastLabel