Retrieves List of Products based on filters provided

View as Markdown

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

SearchstringOptional
Search Products by name, sku, inventory id or product Id.
BarcodestringOptional
Barcode Associated with variant
CategoryIdsstringOptional
List of Category Ids associated with product
ChannelIdsstringOptional
Looks for Products variants by their channel IDs
HasDigitalVariantsstringOptional

Looks for Products with/without digital variants

HasVariantsstringOptional

Looks for Products with/without variants

InventoryIdstringOptional
Looks for variants by its associated inventory id
LegacyIdsstringOptional

Looks for Products with by Legacy Product Id(s)

NamestringOptional

Looks for Products/Variants by name

OnHandstringOptional
Looks for Products with inventory
PlatformIdsstringOptional
Looks for Products variants by their external Platform IDs
ProductIdstringOptional
Looks for Products with an assigned Id
ProductTypestringOptional
Looks for Products by type
SalesChannelstringOptional

Looks for Products variants assigned to a platform/sales channel

LastUpdatedTimestampstringOptional
Looks for Products that have been updated since the given date
SellerSKUEvaludatorstringOptional
Looks for Products that match the provided Seller query
SKUstringOptional
Looks for Products that match the provided Sku query
VariantIdstringOptional
Looks for products that contain a variant with the given ID
VariantStatusstringOptional
Looks for Products with variants that contain provided status

Response

Success
categoryobject
created_ondatetime
idlong
namestring or null
sub_categoryobject
typestring or null
updated_ondatetime or null
user_idlong
variantslist of objects or null

Errors

400
Bad Request Error
404
Not Found Error