Shows a bundle in a catalog.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
sku required | string Bundle SKU. Example: kg_1 |
Bundle was successfully displayed.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
curl -i -X PUT \ -u <merchant_id_or_project_id>:<api_key> \ 'https://store.xsolla.com/api/v2/project/{project_id}/admin/items/bundle/sku/{sku}/show'
{- "statusCode": 401,
- "errorCode": 1020,
- "errorMessage": "[0401-1020]: Error in Authentication method occurred"
}