SKU Line Group
SKU Lines Groups are item categories against which goals can be defined. The following APIs can be used to get relevant SKU Line Group from WFM.
URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/sku_line_group/{id}
Fetch paginated results:
GET .../lgfapi/v10/entity/sku_line_group/
Fetch non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/sku_line_group/{id}