Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Required

Type

Description

product_idcode

O

String

Product ID(UUID)

3) Response

Name

Type

Description

status_code

Integer

정상 처리 시 200

prices

Object

{option_name}

Object

상품의 옵션에 해당하는 식별자

currency

String

  • 상품이 팔린 화폐

  • {"1": "KRW"}, # 원화
    {"2": "USD"} # 미국 달러

price

String

  • 가격

  • 소수점 5자리

...