콘텐츠로 건너뛰기
OpenAPI 설명 다운로드
언어
서버
http://orbs.babka.com/
Mock server
https://xsolla.redocly.app/_mock/ko/api/metaframe/
작업
작업
작업

요청

Gets a list of available items.

보안
Bearer
경로
merchantIdstring필수

Merchant ID of the client

projectIdstring필수

Project ID of the project

쿼리
multivc-skustring필수

The virtual currency SKU

curl -i -X GET \
  'http://orbs.babka.com/v2/merchants/{merchantId}/projects/{projectId}/package?multivc-sku=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

응답

List of available items.

본문application/json
itemsArray of objects(Item)

List of items.

예제: [{"currency:\"USD\"":null,"name":"pack of orb","package_item_sku":"xxx-xxx-xxx","price":10.33,"url":"xxx.xx.com"}]
items[].​currencystring

The currency which prices are displayed in. Three-letter currency code per ISO 4217.

items[].​namestring

Item name.

items[].​package_item_skustring

Package Item SKU.

items[].​pricestring

Item price.

items[].​urlstring

Image URL.

응답
application/json
{ "items": [ {} ] }
작업