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

Back to FastLabel