This documentation is for the v1 (stable) version of the API.
Invocation URL: /v1/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/v1/fastlabel/getstocklevel?api_key=YOUR_API_KEY

Back to FastLabel