Poq.SDK.Node

Home > @poq/sdk > ProductClient

ProductClient class

Default implementation of IProductClient.

Signature:

export declare class ProductClient extends BaseClient implements IProductClient 

Extends: BaseClient

Implements: IProductClient

Methods

Method Modifiers Description
getById(appIdentifier, currencyIdentifier, id)   Method returns a specific product by id.
getByIds(appIdentifier, currencyIdentifier, ids)   Method returns list of products specified by list of ids.
getByListingIds(appIdentifier, currencyIdentifier, listingIds)   Method returns list of products specified by list of listing ids.
getByVariantIds(appIdentifier, currencyIdentifier, variantIds)   Method returns list of products specified by list of variant ids.