# Get package list Gets a list of available items. Endpoint: GET /v2/merchants/{merchantId}/projects/{projectId}/package Version: 1.0.0 Security: Bearer ## Path parameters: - `merchantId` (string, required) Merchant ID of the client - `projectId` (string, required) Project ID of the project ## Query parameters: - `multivc-sku` (string, required) The virtual currency SKU ## Response 200 fields (application/json): - `items` (array) List of items. Example: [{"currency:\"USD\"":null,"name":"pack of orb","package_item_sku":"xxx-xxx-xxx","price":10.33,"url":"xxx.xx.com"}] - `items.currency` (string) The currency which prices are displayed in. Three-letter currency code per ISO 4217. - `items.name` (string) Item name. - `items.package_item_sku` (string) Package Item SKU. - `items.price` (string) Item price. - `items.url` (string) Image URL. ## Response 401 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description ## Response 404 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description ## Response 422 fields (application/json): - `error_code` (string) Error code - `error_description` (string) Error description