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

Descripton:

List all the customers custom parcel types.

Parameters:

UserID - The ID of the user to get the contacts for (see List Users). If omitted, all types for all users will be returned.

Returns:

A data structure like so:

{

    'result': [
        {
            'Packaging': 112,
            'CustomerID': 142233,
            'Description': 'Banana box',
            'Weight': 2,
            'PackedIn': 'Parcel'
        },
        {
            'Packaging': 142,
            'CustomerID': 142233,
            'Description': '6 Pack',
            'Weight': 2,
            'PackedIn': 'Parcel'
        },
       
    ],
    'generated_in': '62ms'

}

Example:

https://au.api.fastway.org/latest/fastlabel/listcustomparceltypes?api_key=YOUR_API_KEY

Back to FastLabel