This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/fastlabel/list-consignments-from-consignmentid

Descripton:

Lists all your consignments consignments that have a consignmentId >= the id supplied

Parameters:

ConsignmentID - Lists the details of the consignment with the specified ID.

Returns:

A data structure like:

{
    'result': [{
            'ManifestID': 104400,
            'CreateDate': '2012-03-27 21:12:46',
            'Description': null,
            'AutoImport': false,
            'CompleteDate': null,
            'MultiBusinessID': 39,
            'CloseDate': null,
            'Consignments': [{
                    'ConsignmentID': 1288870,
                    'AccountNumber': 'Account no',
                    'CompanyName': 'My Company',
                    'Address1': 'Level 1, Shed 5',
                    'Address2': 'Lever street, ahuriri',
                    'City': 'NAPIER',
                    'PostCode': '4104',
                    'SpecialInstruction1': ' Special 1',
                    'SpecialInstruction2': 'Special 2',
                    'SpecialInstruction3': 'Special 3',
                    'ContactEmail': 'jim@fastway.org',
                    'ContactPhone': '0687754555',
                    'ContactMobile': '0278455455',
                    'ContactName': 'Contact Name',
                    'CreateDate': '2012-03-28 09:12:46',
                    'DestinationFranchise': 'NPE',
                    'ThirdPartyConsignmentID': null,
                    'SenderFirstName': '',
                    'SenderLastName': '',
                    'SenderContactNumber': '',
                    'NotificationEmailSent': false,
                    'Items': [{
                            'ItemID': 1620373,
                            'CreateDate': '2012-03-27 21:12:46',
                            'Reference': '',
                            'Packaging': '1',
                            'Weight': 18,
                            'WeightCubic': 0.001728,
                            'PrintDate': null,
                            'ExcessLabelCount': 2,
                            'LabelColour': 'EXCESS',
                            'LabelNumber': '8W0000087910'
                     }]
            }]
    }]
}

Example:

https://au.api.fastway.org/v2/fastlabel/list-consignments-from-consignmentid?consignmentId=1&api_key=YOUR_API_KEY

Back to FastLabel