coupang
GET/v2/providers/rg_open_api/apis/api/v1/vendors/{vendorId}/rg/orders2609170000

RG Order API(List Query)

# 01

Summary

RG Order API(List Query)

# 02

Details

Available buyer market: Korean

The Korea Domestic Rocket Warehouse Order API (Rocket Growth Order API) allows you to programmatically retrieve order information. This API enables you to develop fast, flexible, and customized applications in areas such as order synchronization, order analysis, and demand-driven decision support tools. The Order API supports orders placed after the release date.

Note: This API is limited to 50 calls per minute.

Path

GET/v2/providers/rg_open_api/apis/api/v1/vendors/{vendorId}/rg/orders

Example endpoint

https://api-gateway.coupang.com/v2/providers/rg_open_api/apis/api/v1/vendors/{vendorId}/rg/orders
# 03

Path parameters

NameTypeDescription
vendorId*string
vendorId
# 04

Response body

Response message

NameTypeDescription
400 (Check Request Parameters)string
Please verify that the seller ID (vendorId) you entered is correct.

Response Example

{

    "code": 200,

    "message": "SUCCESS",

    "data": [

        {

            "vendorId": "A00123456",

            "orderId": 70000000000,

            "paidAt": "1746093162000"

            "orderItems": [{

                "vendorItemId": 0,

                "productName": "Nike running shoe size 7",

                "salesQuantity": 1,

                "unitSalesPrice": 27800,

                "currency": "KRW"

            }]

        },

        {

            "vendorId": "A00123456",

            "orderId": 70000000001,

            "paidAt": "1746093162000"
            
            "orderItems": [{

                "vendorItemId": 0,

                "productName": "Nike running shoe size 8",

                "salesQuantity": 2,

                "unitSalesPrice": 24900,

                "currency": "KRW"

            }]

        }    

    ],    

    "nextToken": "17189443970001139254740404666368"

}
# 05

Error codes

HTTPCodeMessage
400HTTP_400Bad Request

Error specification

HTTPTypeError messageSolution
400400 (Check Request Parameters)

The request is missing parameters or contains invalid parameters and cannot be parsed.

Please provide the corresponding parameters.

400400 (Check Request Parameters)

Invalid order number.

Please verify that the order number you entered is correct.

400400 (Check Request Parameters)

Unable to query orders from other sellers.

Please verify that the seller ID (vendorId) you entered is correct.