diff --git a/docs/store-operations/segments/definitions.mdx b/docs/store-operations/segments/definitions.mdx index 098e04b27..5fa6b252b 100644 --- a/docs/store-operations/segments/definitions.mdx +++ b/docs/store-operations/segments/definitions.mdx @@ -25,7 +25,7 @@ A **guest** may or may not be a registered **customer**, but because they are no ## Promotion A way to give discounts based on whether the shopper meets specific criteria, such as ordering a certain amount, purchasing certain brands, being a repeat customer, or being associated with a **shopper profile** that belongs to a **segment**. -For more on using **promotions** with **segments**, see [Targeting a segment with a promotion](/docs/store-operations/customer-segmentation/user-guide#targeting-a-segment-with-a-promotion). For more on the **promotion** entity, see the [Promotions documentation](/docs/store-operations/promotions). +For more on using **promotions** with **segments**, see [Targeting a segment with a promotion](/docs/store-operations/segments/user-guide#targeting-a-segment-with-a-promotion). For more on the **promotion** entity, see the [Promotions documentation](/docs/store-operations/promotions). ## Summary of entity relationships @@ -49,20 +49,20 @@ Relationships that don't yet exist: ## Resources ### Articles -* [Customer Segmentation API Overview](/docs/store-operations/customer-segmentation) -* [Customer Segmentation API Guide](/docs/store-operations/customer-segmentation/user-guide) -* [Promotions and Customer Segmentation](/docs/store-operations/customer-segmentation/promotions-api) +* [Customer Segmentation API Overview](/docs/store-operations/segments/overview) +* [Customer Segmentation API Guide](/docs/store-operations/segments/user-guide) +* [Promotions and Customer Segmentation](/docs/store-operations/segments/promotions-api) * [Promotions API documentation](/docs/store-operations/promotions) ### Customer Segmentation reference -* [Customer Segmentation V3 API Reference Overview](/docs/rest-management/customer-segmentation/segments) -* [Create segments](/docs/rest-management/customer-segmentation/segments#create-segments) -* [Create shopper profiles](/docs/rest-management/customer-segmentation/shopper-profiles#create-shopper-profiles) -* [Add shopper profiles to a segment](/docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#add-shopper-profiles-to-a-segment) -* [Update Segments](/docs/rest-management/customer-segmentation/segments#update-segments) -* [Remove shopper profiles from a segment](/docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#remove-shopper-profiles-from-a-segment) -* [Delete segments](/docs/rest-management/customer-segmentation/segments#delete-segments) -* [Get all shopper profiles in a segment](/docs/rest-management/customer-segmentation/shopper-profiles-for-a-segment#get-all-shopper-profiles-in-a-segment) -* [Get all segments for a shopper profile](/docs/rest-management/customer-segmentation/segments-for-a-shopper-profile#get-all-segments-for-a-shopper-profile) +* [Customer Segmentation V3 API Reference Overview](/docs/rest-management/segments) +* [Create segments](/docs/rest-management/segments#create-segments) +* [Create shopper profiles](/docs/rest-management/shopper-profiles#create-shopper-profiles) +* [Add shopper profiles to a segment](/docs/rest-management/shopper-profiles-for-a-segment#add-shopper-profiles-to-a-segment) +* [Update Segments](/docs/rest-management/segments#update-segments) +* [Remove shopper profiles from a segment](/docs/rest-management/shopper-profiles-for-a-segment#remove-shopper-profiles-from-a-segment) +* [Delete segments](/docs/rest-management/segments#delete-segments) +* [Get all shopper profiles in a segment](/docs/rest-management/shopper-profiles-for-a-segment#get-all-shopper-profiles-in-a-segment) +* [Get all segments for a shopper profile](/docs/rest-management/segments-for-a-shopper-profile#get-all-segments-for-a-shopper-profile)