Using 'product query API', edit only the value you wish to modify from the JSON message queried and then send the entire JSON message to make for quick modification.
- update/modify option : Insert [sellerProductItemId] and [vendorItemId] at the top of the option item you want to update and modify it to [attributeValueName] and then send
- delete option : Delete value of item you wish to remove (i.e., from an array of items/options) and insert [sellerProductItemId] at the top of the item you wish to keep and then send. (an option that had a record of having been 'approved' cannot be deleted)
- add option : Don't enter [sellerProductItemId] and send by adding items array
※ [sellerProductItemId] can by checked by using Product Query API
※ When it comes to selling price, inventory qty, sale status, and base price for discount rate of item that has been approved, modification can be done not through Product Modification API but via [Change qty/price/on sale or not/base price for discount rate by item] API
Path
PUT
/v2/providers/seller_api/apis/api/v1/marketplace/seller-products
Example Endpoint
PUT https://api-gateway.coupang.com/v2/providers/seller_api/apis/api/v1/marketplace/seller-products
Request Parameters
Body Parameter
Name |
Required |
Type |
Description |
|||||||||||||||||||||||
sellerProductId |
O |
Number |
Registered product ID |
|||||||||||||||||||||||
displayCategoryCode |
O |
Number |
Display category code After product is registered, sellers cannot modify it themselves |
|||||||||||||||||||||||
sellerProductName |
O |
String |
Product name for registration |
|||||||||||||||||||||||
vendorId |
O |
String |
VendorID |
|||||||||||||||||||||||
saleStartedAt |
O |
String |
Starting date of sales |
|||||||||||||||||||||||
saleEndedAt |
O |
String |
Ending date of sales |
|||||||||||||||||||||||
displayProductName |
|
String |
Product name for display |
|||||||||||||||||||||||
brand |
|
String |
Brand |
|||||||||||||||||||||||
generalProductName |
|
String |
Product name |
|||||||||||||||||||||||
productGroup |
|
String |
Product category |
|||||||||||||||||||||||
marketplaceShippingAndReturnInfo |
|
|
Delivery and return information are modifiable for Marketplace items only. |
|||||||||||||||||||||||
|
deliveryMethod |
O |
String |
Delivery method
|
||||||||||||||||||||||
|
deliveryCompanyCode |
O |
String |
Courier code |
||||||||||||||||||||||
|
deliveryChargeType |
O |
String |
Delivery fee type
|
||||||||||||||||||||||
|
deliveryCharge |
O |
Number |
Standard delivery fee |
||||||||||||||||||||||
|
freeShipOverAmount |
O |
Number |
Conditional amount for free delivery |
||||||||||||||||||||||
|
deliveryChargeOnReturn |
O |
Number |
Initial shipping fee on return |
||||||||||||||||||||||
|
remoteAreaDeliverable |
O |
String |
Remote area delivery possible or not
|
||||||||||||||||||||||
|
unionDeliveryType |
O |
String |
Bundled delivery possible or not
|
||||||||||||||||||||||
|
returnCenterCode |
O |
String |
Return location center code |
||||||||||||||||||||||
|
returnChargeName |
O |
String |
Return location name |
||||||||||||||||||||||
|
companyContactNumber |
O |
String |
Return location contact number |
||||||||||||||||||||||
|
returnZipCode |
O |
String |
Return location postal code |
||||||||||||||||||||||
|
returnAddress |
O |
String |
Return location address |
||||||||||||||||||||||
|
returnAddressDetail |
O |
String |
Return location detail address |
||||||||||||||||||||||
|
returnCharge |
O |
Number |
Return shipping fee |
||||||||||||||||||||||
|
outboundShippingPlaceCode |
O |
Number |
Shipping location address code |
||||||||||||||||||||||
vendorUserId |
O |
String |
Actual user ID (Coupang Wing ID) |
|||||||||||||||||||||||
requested |
O |
Boolean |
Request for automatic approval or not |
|||||||||||||||||||||||
items |
O |
List |
Vendor item option list |
|||||||||||||||||||||||
|
itemName |
O |
String |
Vendor item option name |
||||||||||||||||||||||
|
maximumBuyForPerson |
O |
Number |
Max order quantity per person |
||||||||||||||||||||||
|
maximumBuyForPersonPeriod |
O |
Number |
Max order quantity period |
||||||||||||||||||||||
|
outboundShippingTimeDay |
O |
Number |
Outbound shipping days (day) |
||||||||||||||||||||||
|
unitCount |
O |
Number |
Unit count |
||||||||||||||||||||||
|
adultOnly |
O |
String |
19 or older
|
||||||||||||||||||||||
|
taxType |
O |
String |
Taxable or not
|
||||||||||||||||||||||
|
parallelImported |
O |
String |
Parallel import or not
※ For parallel import products, Certificate of Import Declaration URL should be included when creating product - Guide on how to register (Click) |
||||||||||||||||||||||
|
overseasPurchased |
O |
String |
Overseas purchasing agency or not
※ For purchasing agencies, invoice receipt URL should be included when creating product - How to register (Click) |
||||||||||||||||||||||
|
pccNeeded |
O |
Boolean |
PCC(personal customs clearance code) required or not
|
||||||||||||||||||||||
|
extraProperties |
|
|
Vendor product option additional info. |
||||||||||||||||||||||
|
|
Key |
|
String |
Value |
|||||||||||||||||||||
|
certifications |
|
List |
Product certification info |
||||||||||||||||||||||
|
|
certificationType |
|
String |
Certification info type |
|||||||||||||||||||||
|
|
certificationCode |
|
String |
Certification info code |
|||||||||||||||||||||
|
|
certificationAttachments |
|
List<Map<String,String>> |
Certification info attachments Example: |
|||||||||||||||||||||
|
searchTags |
|
List |
Keywords |
||||||||||||||||||||||
|
images |
O |
List |
Image list |
||||||||||||||||||||||
|
|
imageOrder |
O |
Number |
Image display order |
|||||||||||||||||||||
|
|
imageType |
O |
String |
Image type |
|||||||||||||||||||||
|
|
cdnPath |
O |
String |
Coupang CDN path |
|||||||||||||||||||||
|
|
vendorPath |
O |
String |
Vendor image path |
|||||||||||||||||||||
|
notices |
|
List |
Display info list |
||||||||||||||||||||||
|
|
noticeCategoryName |
|
String |
Display info category name |
|||||||||||||||||||||
|
|
noticeCategoryDetailName |
|
String |
Display info category detail name |
|||||||||||||||||||||
|
|
content |
|
String |
Content |
|||||||||||||||||||||
|
attributes |
O |
List |
Option list (attributes) |
||||||||||||||||||||||
|
|
attributeTypeName |
O |
String |
Option type name |
|||||||||||||||||||||
|
|
attributeValueName |
O |
String |
Option value |
|||||||||||||||||||||
|
contents |
O |
List |
Contents list |
||||||||||||||||||||||
|
|
contentsType |
O |
String |
Contents type
|
|||||||||||||||||||||
|
|
contentDetails |
O |
List |
Detail content list |
|||||||||||||||||||||
|
|
|
content |
O |
String |
Content |
||||||||||||||||||||
|
|
|
detailType |
O |
String |
Detailed type
|
||||||||||||||||||||
|
offerCondition |
|
String |
Product condition
|
||||||||||||||||||||||
|
offerDescription |
|
String |
Used item detailed description |
||||||||||||||||||||||
|
rocketGrowthItemData |
|
|
|
||||||||||||||||||||||
|
|
sellerProductItemId |
O |
Number |
Vendor item option ID |
|||||||||||||||||||||
|
|
vendorItemId |
O |
Number |
Option ID |
|||||||||||||||||||||
|
|
barcode |
|
String |
Barcode Modification for barcode is only enabled if inbound has not been created. If an inbound has been created, barcode information is not modifiable. |
|||||||||||||||||||||
|
|
emptyBarcodeReason |
|
String |
Modification for barcode is only enabled if inbound has not been created. If an inbound has been created, barcode information is not modifiable.
Reason for no barcode
If you would like to generate Coupang generated barcode, provide “AUTO_GENERATED” as reason
|
|||||||||||||||||||||
|
|
emptyBarcode |
|
Boolean |
Modification for barcode is only enabled if inbound has not been created. If an inbound has been created, barcode information is not modifiable.
|
|||||||||||||||||||||
|
|
externalVendorSku |
|
String |
Vendor product code (vendor SKU code) May be passed as null
|
|||||||||||||||||||||
|
|
modelNo |
|
String |
Model Number May be passed as null |
|||||||||||||||||||||
|
|
priceData |
O |
|
|
|||||||||||||||||||||
|
|
|
originalPrice |
O |
Number |
Original base price for discount (list price) |
||||||||||||||||||||
|
|
|
salePrice |
O |
Number |
Sale price |
||||||||||||||||||||
|
|
skuInfo |
|
|
sku information is modifiable only until inbound creation. If inbound creation request is created, sku information cannot be modified. During update, if skuInfo/barcode is not provided with the request, the skuInfo/barcode existing in Coupang database(if it exists) will be reused for the productId/itemId(s) in the request. |
|||||||||||||||||||||
|
|
|
fragile |
|
Boolean |
Whether it is a fragile product true or false |
||||||||||||||||||||
|
|
|
weight |
|
Number |
The default weight unit is g. |
||||||||||||||||||||
|
|
|
netWeight |
|
Number |
The default unit of net weight is g. |
||||||||||||||||||||
|
|
|
width |
|
Number |
The default unit of width is mm. |
||||||||||||||||||||
|
|
|
length |
|
Number |
The default unit of length is mm. |
||||||||||||||||||||
|
|
|
height |
|
Number |
Height, the default unit is mm. |
||||||||||||||||||||
|
|
|
quantityPerBox |
|
Number |
quantityPerBox should be 1 for Rocket Growth all the time. |
||||||||||||||||||||
|
|
|
distributionPeriod |
|
Number |
Distribution period(in days) which should indicate that the product needs to be consumed within. This field is required for categories where “isExpirationDateRequiredForRocketGrowth = true” according to Category Metadata Query API |
||||||||||||||||||||
|
|
|
expiredAtManaged |
|
Boolean |
True if when we have distributionPeriod > 0 False if distributionPeriod = 0 |
||||||||||||||||||||
|
marketplaceItemData |
|
|
In case you are adding Rocket Growth Item to existing product already registered in marketplace, all information - including product, vendor item IDs - must be provided in below fields | ||||||||||||||||||||||
|
|
sellerProductItemId |
O |
Number |
Vendor item option ID |
|||||||||||||||||||||
|
|
vendorItemId |
O |
Number |
Option ID |
|||||||||||||||||||||
|
|
externalVendorSku |
|
String |
Vendor product code (vendor SKU code) |
|||||||||||||||||||||
|
|
maximumBuyCount |
|
Number |
Quantity available for sale |
|||||||||||||||||||||
|
|
modelNo |
|
String |
Model Number |
|||||||||||||||||||||
|
|
emptyBarcode |
|
Boolean |
No barcode |
|||||||||||||||||||||
|
|
barcode |
|
String |
Barcode |
|||||||||||||||||||||
|
|
emptyBarcodeReason |
|
String |
Reason for no barcode |
|||||||||||||||||||||
|
|
priceData |
O |
|
|
|||||||||||||||||||||
|
|
|
originalPrice |
O |
Number |
Original base price for discount (list price) |
||||||||||||||||||||
|
|
|
salePrice |
O |
Number |
Sale price |
||||||||||||||||||||
requiredDocuments |
|
List |
Input if required documents are mandatory |
|||||||||||||||||||||||
|
templateName |
|
String |
Required document template name |
||||||||||||||||||||||
|
documentPath |
|
String |
Required document Coupang CDN path |
||||||||||||||||||||||
|
vendorDocumentPath |
|
String |
Required document vendor path |
||||||||||||||||||||||
extraInfoMessage |
|
String |
Message with information on made to orders. |
|||||||||||||||||||||||
manufacture |
|
String |
Manufacturer |
|||||||||||||||||||||||
additionalInformationForRocketGrowth |
O |
|
|
|||||||||||||||||||||||
|
|
|
String |
This field indicates the Rocket Growth logistics information name as part of inbounding information. |
||||||||||||||||||||||
|
legalAgreement |
O |
String |
This field indicates the Rocket Growth legal agreement for handling Rocket Growth products. Any value for this key other than "AGREE" would result in no action taken. |
Request Example
Rocket Growth Product
{
"sellerProductId": 30100306501,
"sellerProductName": "test openapi rg only May8th",
"displayCategoryCode": 69515,
"vendorId": "A00013264",
"saleStartedAt": "2024-05-06T14:49:12",
"saleEndedAt": "2099-12-29T14:00:00",
"displayProductName": "test openapi rg only May8th",
"brand": "brandname",
"generalProductName": "test openapi rg only May8th",
"marketplaceShippingAndReturnInfo": null,
"vendorUserId": "et5rod_sat",
"requested": true,
"items": [
{
"offerCondition": "NEW",
"offerDescription": "",
"itemName": "s",
"maximumBuyForPerson": 0,
"outboundShippingTimeDay": 1,
"maximumBuyForPersonPeriod": 1,
"unitCount": 1,
"adultOnly": "EVERYONE",
"taxType": "TAX",
"parallelImported": "NOT_PARALLEL_IMPORTED",
"overseasPurchased": "NOT_OVERSEAS_PURCHASED",
"pccNeeded": false,
"images": [
{
"imageOrder": 0,
"imageType": "REPRESENTATION",
"cdnPath": "vendor_inventory/3f2d/3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg",
"vendorPath": "3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg"
}
],
"notices": [
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "품명 및 모델명",
"content": "first"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "인증사항",
"content": "second"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조국(원산지)",
"content": "third"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조자(수입자)",
"content": "fourth"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "소비자상담 관련 전화번호",
"content": "fifth"
}
],
"attributes": [
{
"attributeTypeName": "패션의류/잡화 사이즈",
"attributeValueName": "s",
"exposed": "EXPOSED",
"editable": true
}
],
"contents": [
{
"contentsType": "HTML",
"contentDetails": [
{
"content": "<p>asdf</p>",
"detailType": "TEXT"
}
]
}
],
"certifications": [
{
"certificationType": "NOT_REQUIRED",
"certificationCode": "",
"certificationAttachments": null
}
],
"searchTags": [
"tag1",
"tag2"
],
"rocketGrowthItemData": {
"sellerProductItemId": 30100598574,
"vendorItemId": 72300263641,
"externalVendorSku": "DUMMY_EXT_SKU_1"
"modelNo": "DUMMY_MODEL_NO_1",
"skuInfo": {
"fragile": false,
"year": null,
"season": null,
"height": 141,
"length": 365,
"width": 341,
"weight": 1042,
"producedAtManaged": false,
"quantityPerBox": 1,
"standAlone": null,
"distributionPeriod": 400,
"expiredAtManaged": true,
"manufacturedAtManaged": false,
"netWeight": 937,
"heatSensitive": null,
"hazardous": null,
"originalBarcode": null
},
"priceData": {
"originalPrice": 0,
"salePrice": 900000000
},
"barcode": "DEFG1231456811"
},
"marketplaceItemData": null,
"outboundShippingTime": 24
},
{
"offerCondition": "NEW",
"offerDescription": "",
"itemName": "m",
"maximumBuyForPerson": 0,
"outboundShippingTimeDay": 1,
"maximumBuyForPersonPeriod": 1,
"unitCount": 1,
"adultOnly": "EVERYONE",
"taxType": "TAX",
"parallelImported": "NOT_PARALLEL_IMPORTED",
"overseasPurchased": "NOT_OVERSEAS_PURCHASED",
"pccNeeded": false,
"images": [
{
"imageOrder": 0,
"imageType": "REPRESENTATION",
"cdnPath": "vendor_inventory/3f2d/3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg",
"vendorPath": "3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg"
}
],
"notices": [
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "품명 및 모델명",
"content": "first"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "인증사항",
"content": "second"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조국(원산지)",
"content": "third"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조자(수입자)",
"content": "fourth"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "소비자상담 관련 전화번호",
"content": "fifth"
}
],
"attributes": [
{
"attributeTypeName": "패션의류/잡화 사이즈",
"attributeValueName": "m",
"exposed": "EXPOSED",
"editable": true
}
],
"contents": [
{
"contentsType": "HTML",
"contentDetails": [
{
"content": "<p>asdf</p>",
"detailType": "TEXT"
}
]
}
],
"certifications": [
{
"certificationType": "NOT_REQUIRED",
"certificationCode": "",
"certificationAttachments": null
}
],
"searchTags": [
"tag1",
"tag2"
],
"rocketGrowthItemData": {
"sellerProductItemId": 30100598575,
"vendorItemId": 72300263640,
"externalVendorSku": "DUMMY_EXT_SKU_2"
"modelNo": "DUMMY_MODEL_NO_2",
"skuInfo": {
"fragile": false,
"year": null,
"season": null,
"height": 141,
"length": 365,
"width": 341,
"weight": 1042,
"producedAtManaged": false,
"quantityPerBox": 1,
"standAlone": null,
"distributionPeriod": 400,
"expiredAtManaged": true,
"manufacturedAtManaged": false,
"netWeight": 937,
"heatSensitive": null,
"hazardous": null,
"originalBarcode": null
},
"priceData": {
"originalPrice": 0,
"salePrice": 900000000
},
"barcode": "ABCD2314678181"
},
"marketplaceItemData": null,
"outboundShippingTime": 24
}
],
"requiredDocuments": [
{
"templateName": "기타인증서류",
"documentPath": "vendor_inventory/documents/2024/04/25/5/6/8116774a-896c-4482-a6a3-6f6c4329eccb.png",
"vendorDocumentPath": "8116774a-896c-4482-a6a3-6f6c4329eccb.png",
"issueDate": ""
}
],
"extraInfoMessage": null,
"manufacture": "sadf",
"registrationType": "RFM",
"rocketGrowthAdditionalInformation": {
"rfmInboundName": "test product",
"legalAgreement": "AGREE"
}
}
Rocket Growth/Marketplace Hybrid Product
{
"sellerProductId": 30100306335,
"sellerProductName": "test openapi hybrid product update May8th",
"displayCategoryCode": 69515,
"vendorId": "A00013264",
"saleStartedAt": "2024-04-25T05:50:56",
"saleEndedAt": "2099-12-30T07:00:00",
"displayProductName": "test openapi hybrid product update May8th",
"brand": "",
"generalProductName": "test openapi hybrid product update May8th",
"vendorUserId": "et5rod_sat",
"requested": true,
"items": [
{
"offerCondition": "NEW",
"offerDescription": "",
"itemName": "s",
"maximumBuyForPerson": 0,
"outboundShippingTimeDay": 1,
"maximumBuyForPersonPeriod": 1,
"unitCount": 1,
"adultOnly": "EVERYONE",
"taxType": "TAX",
"parallelImported": "NOT_PARALLEL_IMPORTED",
"overseasPurchased": "NOT_OVERSEAS_PURCHASED",
"pccNeeded": false,
"images": [
{
"imageOrder": 0,
"imageType": "REPRESENTATION",
"cdnPath": "vendor_inventory/3f2d/3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg",
"vendorPath": "3761ff43e340428f448570409a373b21976fe051a954b3f4bbc18ef69e96.jpeg"
}
],
"notices": [
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "품명 및 모델명",
"content": "first"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "인증사항",
"content": "second"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조국(원산지)",
"content": "third"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "제조자(수입자)",
"content": "fourth"
},
{
"noticeCategoryName": "기타 재화",
"noticeCategoryDetailName": "소비자상담 관련 전화번호",
"content": "fifth"
}
],
"attributes": [
{
"attributeTypeName": "패션의류/잡화 사이즈",
"attributeValueName": "s",
"exposed": "EXPOSED",
"editable": true
}
],
"contents": [
{
"contentsType": "HTML",
"contentDetails": [
{
"content": "<p>asdf</p>",
"detailType": "TEXT"
}
]
}
],
"certifications": [
{
"certificationType": "NOT_REQUIRED",
"certificationCode": "",
"certificationAttachments": []
}
],
"searchTags": [
"tag1",
"tag2"
],
"rocketGrowthItemData": {
"sellerProductItemId": 30100598284,
"vendorItemId": 72300263358,
"externalVendorSku": "DUMMY_EXT_SKU_2"
"modelNo": "DUMMY_MODEL_NO_2",
"skuInfo": {
"fragile": false,
"year": null,
"season": null,
"height": 141,
"length": 365,
"width": 341,
"weight": 1042,
"producedAtManaged": false,
"quantityPerBox": 1,
"standAlone": null,
"distributionPeriod": 400,
"expiredAtManaged": true,
"manufacturedAtManaged": false,
"netWeight": 937,
"heatSensitive": null,
"hazardous": null,
"originalBarcode": null
},
"skuId": 900051051,
"priceData": {
"originalPrice": 0,
"salePrice": 910000000
},
"barcode": "S0030100598284"
},
"marketplaceItemData": {
"sellerProductItemId": 30100598283,
"vendorItemId": 72300263357,
"externalVendorSku": "DUMMY_EXT_SKU_1"
"modelNo": "DUMMY_MODEL_NO_1",
"maximumBuyCount": "10,
"priceData": {
"originalPrice": 0,
"salePrice": 920000000
}
},
"outboundShippingTime": 24
}
],
"requiredDocuments": [
{
"templateName": "기타인증서류",
"documentPath": "vendor_inventory/documents/2024/04/25/5/6/8116774a-896c-4482-a6a3-6f6c4329eccb.png",
"vendorDocumentPath": "8116774a-896c-4482-a6a3-6f6c4329eccb.png",
"issueDate": ""
}
],
"extraInfoMessage": null,
"manufacture": "sadf",
"rocketGrowthAdditionalInformation":
{
"rfmInboundName": "test product",
"legalAgreement": "AGREE"
},
"marketplaceShippingAndReturnInfo": {
"deliveryMethod": "SEQUENCIAL",
"deliveryCompanyCode": "HYUNDAI",
"deliveryChargeType": "FREE",
"deliveryCharge": 0,
"freeShipOverAmount": 0,
"deliveryChargeOnReturn": 3000,
"deliverySurcharge": null,
"remoteAreaDeliverable": "Y",
"unionDeliveryType": "UNION_DELIVERY",
"returnCenterCode": "NO_RETURN_CENTERCODE",
"returnChargeName": "지모스(쿠팡)",
"companyContactNumber": "031-297-9758",
"returnZipCode": "18335",
"returnAddress": "경기도 화성시 봉담읍 복만터길72번길 48",
"returnAddressDetail": "나동 202호",
"returnCharge": 3000,
"outboundShippingPlaceCode": 63714
}
}
Response Message
Name | Type | Description | ||||
---|---|---|---|---|---|---|
code | String |
result code
SUCCES/ERROR
|
||||
message | String |
message
|
||||
data | Long |
vendor's product ID
vendor's product ID created
|
Response Example
{
"code": "200",
"message": "",
"data": {
"code": "SUCCESS",
"message": "",
"data": 427011919
}
}
Error Spec
New Error Messages
Http Status Code (error type ) |
Error message | Resolution |
400 |
등록상품명에 허용하지 않는 특수문자가 존재합니다. 노출상품명에 허용하지 않는 특수문자가 존재합니다.
SellerProductName have not allowed special characters. DisplayProductName have not allowed special charaters. |
displayProductName and sellerProductName
only Allow English, Korean, Number, space and these few of special characters.
!@#$%^&*()_+=-][{}';:\"/.,<>?~㈜®|°。× |
400 |
중복된 바코드가 존재합니다. Duplicate barcode exist. |
Can’t reuse barcode on different item. Fill other barcode or use auto-generate Coupang barcode. |
400 |
입고를 생성하신 이후에는 물류(SKU)정보를 변경하실 수 없습니다. After create inbound, skuInfo can’t modify. |
After inbound, sku info can’t modify. If need, please contact support team. |
400 |
누락된 물류정보가 있습니다. 기존 등록된 SKU정보나 변경하실 SKU정보를 입력하여 다시 수정을 요청하세요.
Missed skuInfo exist. Modify request again with exist skuInfo or modify skuInfo. |
Some of values missed on sku info field. Please fill this filed. And also, sku info can’t remove.
|
400 |
로켓그로스 입고 불가(검수) 조건을 확인하시고 동의해주세요. 동의하지 않으면 로켓그로스 상품등록을 할 수 없습니다.
Please check Rocket Growth inbound prohibit condition and do legal agreement. If not, can’t register rocketGrowth product. |
RocketGrowthAdditionalInformation.legalAgreement is required field. |
400 |
판매중인 상품은 삭제할 수 없습니다.
Sales product can’t delete. |
Some of id( vendorItemId, sellerProductItmeId ) are missed. Please check these value. |
Existing Error Messages
HTTP status code (error type) | Error message | Solution |
---|---|---|
400 (check request parameter) | The value of attributeValueName is incorrect. Please enter the acceptable values as following the error spec guide |
Please check if it is a diaper step that can be entered. 1단계, 2단계, 3단계, 4단계, 5단계, 6단계, 7단계, 신생아(NB), 소형(S), 중형(M), 대형(L), 특대형(XL), 점보형(2XL), 점보형 이상(3XL) |
400 (check request parameter) | Cannot find mandatory attributes for category. | Error occurs when mandatory attribute value is left out. Need to input mandatory attribute by checking with Category meta data query API. |
400 (check request parameter) | Input value error. line: 123 | Need to check if appropriate parameter, value and array format has been entered for the corresponding line in request JSON message. |
400 (check request parameter) | Please input correct return location center code. | Check shipping location and return location query API to see if appropriate shipping and return location codes were entered. |
400 (check request parameter) | java.lang.NullPointerException | Need to check for typos in requested JSON message. |
400 (check request parameter) | Mandatory display info (such as manufacturer and supplier) and info provided through category (such as cosmetics) are different. | Error when there is problem with display info. Need to query Category display meta data and check if it's identical to the display info (("notices": []) you've entered. |
400 (check request parameter) | If delivery type is free shipping for purchases of 19800 and above, then conditional free is 19800 won with initial delivery fee of 0 won. | When using freeShipOverAmount:19800 setting, need to check if initial delivery fee (deliveryChargeOnReturn) value has been set to '0'. |
400 (check request parameter) | check [courier code]. | When using remote area shipping, can only input registered courier for (remoteAreaDeliverable : "Y") shipping location. |
400 (check request parameter) | UNAUTHORIZATION | Error caused by incorrect authorization info. Please check if appropriate authorization has been made. |
400 (check request parameter) | Please check the delivery method. | If you select overseas purchasing agency(AGENT_BUY), check if the shipping address is an overseas shipping address. It is not possible to select a domestic(Korean) delivery address. |
400 (check request parameter) | If the delivery method is a purchasing agent(AGENT_BUY), Coupang makes it mandatory for customers to enter PCCC for delivery. | If you select overseas purchasing agency(AGENT_BUY), check that the pccNeeded parameter value is set to true. |
URL API Name
UPDATE_PRODUCT