1. Order
Bunjang Open API
  • Overview
  • Changelog
  • Authentication
  • Product Catalog
    • Service Base URL
    • Sample Data
    • Full Catalog Download
      GET
    • Segment Catalog Download
      GET
  • Rest API
    • Service Base URL
    • Error Codes
    • Product Category
      • List Categories
    • Brand
      • List Brands
    • Product
      • Get Product
      • Search Products
      • Filter On-Sale Products
    • Point
      • Get Point Balance
      • Create Point Charge
      • Get Point Charge
      • Cancel Point Charge
    • Order
      • Create Order
        POST
      • Confirm Order
        POST
      • Get Order
        GET
      • List Orders
        GET
      • Create Order (Deprecated)
        POST
  • Schemas
    • Product Condition
    • Product Active Sale Status
    • Order Status
  1. Order

Confirm Order

Prod Env
https://openapi.bunjang.co.kr
Prod Env
https://openapi.bunjang.co.kr
POST
https://openapi.bunjang.co.kr
/api/v1/orders/{orderId}/confirm-purchase

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.bunjang.co.kr/api/v1/orders/1234/confirm-purchase' \
--header 'Authorization: Bearer <token>'

Responses

๐ŸŸข204No Content
application/json
Body

Example
null
๐ŸŸ 401INVALID_AUTH_TOKEN
๐ŸŸ 400Bad Request
๐ŸŸ 404Record Not Found
๐ŸŸ 403Forbidden
Modified atย 2026-01-13 03:21:32
Previous
Create Order
Next
Get Order
Built with