Skip to content

ListInventoryAndPriceParams

Defined in: sdks/trendyol/src/resources/products.ts:52

Filters for products.listInventoryAndPrice (Trendyol’s lightweight inventory-and-price approved-product filter). All filters are optional; pass none to page through every approved product’s stock + price.

optional barcode?: string

Defined in: sdks/trendyol/src/resources/products.ts:54

Filter by a single barcode.


optional contentId?: string

Defined in: sdks/trendyol/src/resources/products.ts:56

Filter by a single contentId.


optional cursor?: string

Defined in: packages/core/dist/index.d.ts:86

Opaque cursor from previous response’s nextCursor. Omit for the first page.

CursorPaginationParams.cursor


optional limit?: number

Defined in: packages/core/dist/index.d.ts:88

Maximum items in the page. Marketplace SDKs may clamp this to their own bounds.

CursorPaginationParams.limit


optional orderByDirection?: "ASC" | "DESC"

Defined in: sdks/trendyol/src/resources/products.ts:66

Sort by SellerCreatedDate. ASC = oldest→newest, DESC = newest→oldest.


optional productMainId?: string

Defined in: sdks/trendyol/src/resources/products.ts:60

Filter by the seller’s productMainId.


optional status?: ApprovedProductStatus

Defined in: sdks/trendyol/src/resources/products.ts:62

Filter by listing status (archived / blacklisted / locked / onSale / notOnSale).


optional stockCode?: string

Defined in: sdks/trendyol/src/resources/products.ts:58

Filter by the seller’s stock code.


optional storeFrontCode?: string

Defined in: sdks/trendyol/src/resources/products.ts:71

Storefront code sent as the storeFrontCode header. Required on the International marketplace; optional on the Türkiye marketplace.

Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.