Bunjang Open API
  1. Rest API
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
      • Confirm Order
      • Order Lookup
      • Orders Lookup
      • Create Order V2
  1. Rest API

Error Codes

400 Bad Request#

Error CodeDescription
BAD_REQUESTGeneral Code for Bad Request.
Invalid or missing query parameters.
Malformed JSON in the request body.

401 Unauthorized#

Error CodeDescription
MISSING_AUTH_TOKENAuth token missing in the request
MISSING_ACCESS_KEYAccess Key missing in the request
INVALID_ACCESS_KEYInvalid Access Key
MISSING_IAT_CLAIM'iat' jwt claim missing in the request
INVALID_AUTH_TOKENInvalid Auth Token
EXPIRED_AUTH_TOKENExpired Auth Token

403 Forbidden#

Error CodeDescription
NOT_ENOUGH_PERMISSIONGeneral Code for Forbidden.

404 Not Found#

Error CodeDescription
RESOURCE_NOT_FOUNDGeneral Code for Not Found.
ERR_PRODUCT_NOT_FOUNDNot Found Product

500 Internal Server Error#

Error CodeDescription
INTERNAL_ERRORGeneral Code for Server Error.
Modified at 2024-10-17 13:55:07
Previous
Service Base URL
Next
Categories Lookup
Built with