Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.20.0

The Products query API returns a collection of product objects based on the filter criteria passed in on the GET request. 

Note

The result set is filtered based on the security level of the user executing the query.



Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel4

Related pages:


Resource URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/query/Products?filters=${filterOptions}&q={queryOtions}&sort=${sortOptions}&limit=${limit}

Include Page
_URI Ext Default Query Parameters
_URI Ext Default Query Parameters

Filters

The ${filterOptions} parameter supports the following REST Object Definitions Inventory Related Objects Product Object fields:ProdNum

  • ProdType
  • ProdSubType

  • ModelNum

  • Mfg

  • UnitOfMeasure

  • UPCUnitcode

  • IsBatch

  • IsSerialized

  • IsOffline

  • IsInvCtrl

Q

The ${queryOptions} supports the following REST Object Definitions Inventory Related Objects Product Object fields:

  • ProdType
  • ProdSubType

  • ModelNum

  • Mfg

  • UnitOfMeasure

  • UPCUnitcode

  • IsBatch

  • IsSerialized

  • IsOffline

  • IsInvCtrl

Sort

The ${sortOptions} supports the following REST Object Definitions Inventory Related Objects Product Object fields:

  • ProdType
  • ProdSubType

  • ModelNum

  • Mfg

  • UnitOfMeasure

  • UPCUnitcode

  • IsBatch

  • IsSerialized

  • IsOffline

  • IsInvCtrl

Include Page
_Default HTTP Headers
_Default HTTP Headers

HTTP Response Body

The response body contains a collection of Product Object objects that match the query parameters. 

Include Page
Query Response Object
Query Response Object