Items

Returns all items on the outlet that the user has access to. Required permissions: library

get/v1/outlets/{outlet_id}/items

Path parameters

outlet_idinteger required

The merchant's outlet ID

Query parameters

mobile_deviceinteger

Set the request to be mobile_device to paginate using timestamp

pageinteger

Pagination number

per_pageinteger

Number of elements on a page

{"stackTrail":"paths:/v1/outlets/{outlet_id}/items:get:parameters:4:schema","oasType":"schema","type":"unknown"}

The initial range of time in Epoch format

{"stackTrail":"paths:/v1/outlets/{outlet_id}/items:get:parameters:5:schema","oasType":"schema","type":"unknown"}

The ending range of time in Epoch format

include_deletedboolean

Boolean to include deleted elements

Response

Items response

Example response

{
  "meta": {
    "code": 200
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.