SKU Line

SKU Lines area ssigned to items in WMS in the items view. The same SKU Lines are also defined in WFM that are captured in the SKU Line view. The following APIs can be used to get relevant SKU Line data from WFM.

URLs

Check for the existence of the resource:

HEAD .../lgfapi/v10/entity/sku_line/{id}

Fetch paginated results:

GET .../lgfapi/v10/entity/sku_line/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/sku_line/{id}