Product API
URLs
- Test: https://tproductapi.logisticstechnology.no
- Production: https://productapi.logisticstechnology.no
Methods
Version 1
| Http method | Relative path | Method description |
|---|---|---|
| GET | /v1/option/{optionCode} | Get one specific option by option code |
| GET | /v1/option/list | List all options |
| GET | /v1/product/{productId} | Get details for a product. |
| GET | /v1/product/GetOptionCombinationsForProduct/{productId} | Get all available option combinations related to a product |
| GET | /v1/product/GetProductOptionCombinationsForPostalCode/ | Get all available product and options related to a postal code. |
| GET | /v1/product/list | Get all available products |