Package | Description |
---|---|
com.coupang.marketplace.client.api | |
com.coupang.marketplace.client.model.product |
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfListOfOSellerProductListItem |
CoupangMarketPlaceApi.readSellerProducts(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo)
업체상품 목록 조회
업체상품 목록을 생성일시 기준으로 조회한다.
|
OpenApiResultOfListOfOSellerProductListItem |
CoupangMarketPlaceApi.readSellerProductsByExternalVendorSkuCode(String xRequestedBy,
String externalVendorSkuCode)
업체상품코드로 업체상품 목록 조회
업체상품코드로 업체상품 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<OpenApiResultOfListOfOSellerProductListItem> |
CoupangMarketPlaceApi.readSellerProductsByExternalVendorSkuCodeWithHttpInfo(String xRequestedBy,
String externalVendorSkuCode)
업체상품코드로 업체상품 목록 조회
업체상품코드로 업체상품 목록을 조회한다.
|
ApiResponse<OpenApiResultOfListOfOSellerProductListItem> |
CoupangMarketPlaceApi.readSellerProductsWithHttpInfo(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo)
업체상품 목록 조회
업체상품 목록을 생성일시 기준으로 조회한다.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductsAsync(String xRequestedBy,
String vendorId,
String createdAtFrom,
String createdAtTo,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품 목록 조회 (asynchronously)
업체상품 목록을 생성일시 기준으로 조회한다.
|
com.squareup.okhttp.Call |
CoupangMarketPlaceApi.readSellerProductsByExternalVendorSkuCodeAsync(String xRequestedBy,
String externalVendorSkuCode,
ApiCallback<OpenApiResultOfListOfOSellerProductListItem> callback)
업체상품코드로 업체상품 목록 조회 (asynchronously)
업체상품코드로 업체상품 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
OpenApiResultOfListOfOSellerProductListItem |
OpenApiResultOfListOfOSellerProductListItem.addDataItem(OSellerProductListItem dataItem) |
OpenApiResultOfListOfOSellerProductListItem |
OpenApiResultOfListOfOSellerProductListItem.code(String code) |
OpenApiResultOfListOfOSellerProductListItem |
OpenApiResultOfListOfOSellerProductListItem.data(List<OSellerProductListItem> data) |
OpenApiResultOfListOfOSellerProductListItem |
OpenApiResultOfListOfOSellerProductListItem.message(String message) |
Copyright © 2022. All rights reserved.