GET Item Pre-Pack

You can retrieve item_pre_pack entity through GET API. You can also use different API supported functions to filter for desired records and fields.

URLs

  • GET paginated results using the following URL:
    GET .../lgfapi/v10/entity/item_pre_pack/
  • GET non-paginated result by specific 'ID
    GET .../lgfapi/v10/entity/item_pre_pack/{id}
  • HEAD URL - to validate an object exists for the entity in WMS.
    HEAD .../lgfapi/v10/entity/item_pre_pack/
    HEAD .../lgfapi/v10/entity/item_pre_pack/{id}