Bunjang Open API
  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
      • Categories Lookup
    • Brand
      • Brands Lookup
    • Product
      • Product Lookup
      • Products Retrieval
    • Point
      • Point Balance Lookup
    • Order
      • Create Order
        POST
      • Confirm Order
        POST
      • Order Lookup
        GET
      • Orders Lookup
        GET
      • Create Order V2
        POST
  1. Order

Confirm Order

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
orderId
integerย 
required
Order ID
Example:
1234

Request 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'

Responses

๐ŸŸข204No Content
application/json
Body
nullย 
optional
Example
null
๐ŸŸ 401INVALID_AUTH_TOKEN
๐ŸŸ 400Bad Request
๐ŸŸ 404Record Not Found
๐ŸŸ 403Forbidden
Modified atย 2025-02-11 00:22:48
Previous
Create Order
Next
Order Lookup
Built with