Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOSellerProductListItem |
CoupangMarketPlaceApi.searchSellerProduct(String xRequestedBy,
Long nextToken,
Integer maxPerPage,
Long sellerProductId,
String sellerProductName,
Long productId,
String vendorId,
String mdId,
String status,
String manufacture,
String brand,
String createdAt,
Long vendorItemId)
업체상품 목록 페이징 조회
업체상품 목록을 페이징 조회한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiPagedResultOfOSellerProductListItem> |
CoupangMarketPlaceApi.searchSellerProductWithHttpInfo(String xRequestedBy,
Long nextToken,
Integer maxPerPage,
Long sellerProductId,
String sellerProductName,
Long productId,
String vendorId,
String mdId,
String status,
String manufacture,
String brand,
String createdAt,
Long vendorItemId)
업체상품 목록 페이징 조회
업체상품 목록을 페이징 조회한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.searchSellerProductAsync(String xRequestedBy,
Long nextToken,
Integer maxPerPage,
Long sellerProductId,
String sellerProductName,
Long productId,
String vendorId,
String mdId,
String status,
String manufacture,
String brand,
String createdAt,
Long vendorItemId,
ApiCallback<OpenApiPagedResultOfOSellerProductListItem> callback)
업체상품 목록 페이징 조회 (asynchronously)
업체상품 목록을 페이징 조회한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiPagedResultOfOSellerProductListItem |
OpenApiPagedResultOfOSellerProductListItem.addDataItem(OSellerProductListItem dataItem) |
OpenApiPagedResultOfOSellerProductListItem |
OpenApiPagedResultOfOSellerProductListItem.code(String code) |
OpenApiPagedResultOfOSellerProductListItem |
OpenApiPagedResultOfOSellerProductListItem.data(List<OSellerProductListItem> data) |
OpenApiPagedResultOfOSellerProductListItem |
OpenApiPagedResultOfOSellerProductListItem.message(String message) |
OpenApiPagedResultOfOSellerProductListItem |
OpenApiPagedResultOfOSellerProductListItem.nextToken(String nextToken) |
Copyright © 2022. All rights reserved.