This documentation is for the v2 (stable) version of the API.
Invocation URL: /v2/fastlabel/getstocklevel

Descripton:

List current label stock of customer associated with this key.

Parameters:

None required

Returns:

A data structure like so:

{
    'result': [
        {
            'Colour': 'APRICOT',
            'AvailableStock': 24,
            'Product': 'LOCAL',
            'W1': 25,
            'W2': 25
        },
        {
            'Colour': 'AQUA',
            'AvailableStock': 28,
            'Product': 'LESSTHAN5',
            'W1': 5,
            'W2': 5
        }
     ],
    'generated_in': '12ms'

}

Example:

https://au.api.fastway.org/v2/fastlabel/getstocklevel?api_key=YOUR_API_KEY

Back to FastLabel