Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOProduct |
CoupangMarketPlaceApi.searchExistingProducts(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage)
노출상품 목록 페이징 조회
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiPagedResultOfOProduct> |
CoupangMarketPlaceApi.searchExistingProductsWithHttpInfo(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage)
노출상품 목록 페이징 조회
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.searchExistingProductsAsync(String xRequestedBy,
String productName,
Integer nextToken,
Integer maxPerPage,
ApiCallback<OpenApiPagedResultOfOProduct> callback)
노출상품 목록 페이징 조회 (asynchronously)
노출상품 목록을 상품명으로 페이징 조회를 한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOProduct |
OpenApiPagedResultOfOProduct.addDataItem(OProduct dataItem) |
OpenApiPagedResultOfOProduct |
OpenApiPagedResultOfOProduct.code(String code) |
OpenApiPagedResultOfOProduct |
OpenApiPagedResultOfOProduct.data(List<OProduct> data) |
OpenApiPagedResultOfOProduct |
OpenApiPagedResultOfOProduct.message(String message) |
OpenApiPagedResultOfOProduct |
OpenApiPagedResultOfOProduct.nextToken(String nextToken) |
Copyright © 2022. All rights reserved.