OPENAPI 관련 안내

[ 2021/07/07 OPENAPI 서비스 장애 안내 / OPENAPI Service Disability Information]

[Korean]
안녕하세요? 쿠팡 입니다.
금일 오전 OPENAPI 를 통한 주문 수집에 문제가 발생하여 아래와 같이 안내드립니다.
- OpenAPI 셀러가 오전에 발주서 API 수집시 수취인 안심번호 값이 null 로 표시되는 문제 발생
- 진행시간 : 2021년 7월 7일 04:21 ~ 10:22 KST
- 현재는 조치완료되어 정상이용 가능
위 내용 참고하시어 필요시 주문을 재수집해주시기 바랍니다.
이용에 불편을 드려 죄송합니다.
관련 문의는 https://deverlopers.coupangcorp.com 또는 openapisupport@coupang.com 으로 부탁드립니다.
감사합니다.

[English]
There is a problem with order collection through OPENAPI this morning, and we inform you as follows.
- When the OpenAPI seller collects the order form API in the morning, the recipient's security number value is displayed as null.
- Running time: July 7, 2021 04:21 ~ 10:22 KST
- Currently, the measures have been completed and can be used normally.
Please refer to the above and recollect your order if necessary.
We apologize for the inconvenience.
For related inquiries: https://deverlopers.coupangcorp.com Or, please contact openapisupport@coupang.com.
Thank you.

 오늘 하루 이 창을 열지 않음 [닫기]
  • Coupang OPEN API plus icon minus icon
  • This site offers information to help developers to conduct OPEN API integration, including product registration guide, workflow, Hmac guide and FAQ. [HOW TO INTEGRATE OPEN API]  1. What you need be... See more
  • Issue Open API Key(NEW) plus icon minus icon
  • The OpenAPI Key reissue button becomes active 14 days before the expiration date. To reissue the key, please click the reissue button 14 days before the expiration date. If you want to reissue ... See more
  • How to Submit an API Related Online Inquiry plus icon minus icon
  • Guide on how to submit an online inquiry through developers portal. While all materials on developers portal (https://developers.coupang.com) are open to access and doesn't  require any log-in, an ... See more
  • OPEN API Integration Prep Guide plus icon minus icon
  • Download and use the file attached. See more
  • OPEN API Product Listing Guide plus icon minus icon
  •    This guide is for sellers who integrate products using Open APIs provided by Coupang. Download and use the file attached. See more
  • Creating HMAC Signature plus icon minus icon
  • What is HMAC and why is it needed? HMAC is the abbreviation for keyed-hash message authentication code, a RFC2014 standard encryption protocol. Coupang openAPI is built based on HMAC, hence the HMA... See more
  • Java Examples plus icon minus icon
  • 1. Java POST Request Example 1) API to create products package sellerProvide_com.coupang.openapi.product.copy; import com.coupang.openapi.sdk.Hmac; import org.apache.http.HttpEntity; import org.a... See more
  • Node.js Examples plus icon minus icon
  • ※ Testing Env. : node v12.16.1 1. Node.js POST Request Example 1) API to create produts const https = require('https'); const crypto = require('crypto'); const datetime = new Date().toISOString()... See more
  • PHP Example plus icon minus icon
  • 1. PHP POST Request Example  1) API to create products <?php date_default_timezone_set("GMT+0"); $datetime = date("ymd").'T'.date("His").'Z'; $method = "POST"; $path = "/v2/providers/seller_api/ap... See more
  • Python Example plus icon minus icon
  • ※ Testing Env. : python v3.7.7 1. Python POST Request Example 1) API to create products import os import time import hmac, hashlib import urllib.parse import urllib.request import ssl import json ... See more
  • C# Examples plus icon minus icon
  • 1. C# POST Request Example using System; using System.Web; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Security.C... See more
  • Classic ASP Example plus icon minus icon
  • * Refer to the file attached to this doc for Include files to run an example. 1. Classic ASP POST Request Example <%@ Language="VBScript" %> <!DOCTYPE html> <html lang="ko"> <head> <me... See more
  • OPEN API Test Guide plus icon minus icon
  • 0. Process of developing OPEN API call Coupang provides various open APIs for sellers' business success. However, it can be hard for the sellers who are not familiar with IT service development to... See more
  • New Product Creation API Guide (changed on October 12, 2020) plus icon minus icon
  • Information about OPEN API Product Listing Feature UpdateHello, this is Coupang. We are updating some of the OPEN API features to make it easier to sell. After the update, you can leverage our OPEN... See more
  • Category auto matching service information plus icon minus icon
  • What is Category Auto Matching Service? When registering a product, it is a service that automatically classifies and assigns categories based on the product name for sellers who have difficulty i... See more
  • Exchange/Return/Cancellation VOC reason codes plus icon minus icon
  • These are exchange/return/cancellation VOC reason codes. See more
  • [OLD] Issue OPEN API Key plus icon minus icon
  • Before moving on to this step, you should register as a seller on WING. This chapter explains the process of issuing an API key to be used on the operation environment. If you don't verify your bus... See more