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

Back to FastLabel