Price list codes describes the discount matrix use to calculate nett product prices for your customers.
id | string <uuid> Price list code identifier. |
code | string [ 3 .. 5 ] characters ^[A-Z0-9]{3,5}$ Human-readable provider-unique code. |
description | string [ 0 .. 255 ] characters Contextual information for price list code. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "code": "VOG30",
- "description": "30% discount for all product-groups"
}
Retrieve a list of price list codes.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "code": "VOG30",
- "description": "30% discount for all product-groups"
}
], - "total": 3255
}
Retrieve a single price list code by its identifier.
Successful response.
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "code": "VOG30",
- "description": "30% discount for all product-groups"
}