From 20f2de5981102c280c46751295e55842861cbef8 Mon Sep 17 00:00:00 2001 From: Ayo Afolalu <87676782+abraham-ayo-afolalu@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:27:38 +0000 Subject: [PATCH] Update price-import.mdx Update description of tier and sale names attribute --- .../integration-hub/store-management/price-import.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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