Gets a list of available items.
List of available items.
Unauthorized
User not found
Unprocessable entity
curl -i -X GET \ 'http://orbs.babka.com/v2/merchants/{merchantId}/projects/{projectId}/package?multivc-sku=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "items": [
- {
- "currency:"USD"": null,
- "name": "pack of orb",
- "package_item_sku": "xxx-xxx-xxx",
- "price": 10.33,
- "url": "xxx.xx.com"
}
]
}