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/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://api.fastway.org/latest/fastlabel/getstocklevel?api_key=YOUR_API_KEY

Back to FastLabel