Get Items with Optional Filters SKU, External ID or Item IDs

Returns an array of items, for the given Venue, and Vendor.
This endpoint can filter its response if the query string parameter 'ids' is present in the request. If the request doesn't contain any query string parameter, the response is not filtered.
This endpoint does not accept pagination parameters, and the result is not limited.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

Identifier for a given venue (revenue center)

int64
required
≥ 1

Connect's vendor identifier inside for a given vendor (revenue center)

Query Params
string

String with a list of comma-separated values that represent item ids. Only available in v2.

string

Filters item by sku (with 1 result)

string

Filters item by barcode(with 1 result). This query was previously called "external_id", which is still supported.

string
enum
Defaults to Vendor Override Active Price
Headers
string
enum

Accept header specifies the version of the API to use, application/com.appetize.oapi.item.v2+json will make the endpoint response include items with nested modifiers instead of simple items. If this header is not provided the system assumes application/com.appetize.oapi.item.v1+json

Allowed:
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/com.appetize.oapi.item.v2+json
application/com.appetize.oapi.item.v1+json
application/vnd.appetize+json;version=1
application/json