diff --git a/docs/composer/integration-hub/store-management/price-import.mdx b/docs/composer/integration-hub/store-management/price-import.mdx index 3f7d634b..644d8126 100644 --- a/docs/composer/integration-hub/store-management/price-import.mdx +++ b/docs/composer/integration-hub/store-management/price-import.mdx @@ -49,7 +49,7 @@ Each tier can only have one currency within the same block. | Attribute | Type | Description | | :--- | :--- | :--- | -| `tiers: ` | `object` | The name of the tier, such as `Pencils`. | +| `tiers: ` | `object` | The name of the tier, such as `Pencils`. Please ensure that camelCase or snake_case is used | | `tiers: : minimum_quantity` | `integer` | The minimum quantity defined for the specified price. | | `tiers: : amount` | `integer` | The price for each quantity. | @@ -59,7 +59,7 @@ Each sale can only have one sale within the same block. | Attribute | Type | Description | | :--- | :--- | :--- | -| `sales: ` | `object` | The name of the sale, such as `Summer Sale`. | +| `sales: ` | `object` | The name of the sale, such as `summerSale`. Please ensure that camelCase or snake_case is used | | `sales: : schedule` | `object` | The schedule of the sale. Contains an optional `valid_from` and `valid_to` parameter for the start and end date of the sale. | ## Example Price Object