Skip to content

Commit

Permalink
Update definitions.mdx - fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Sep 3, 2024
1 parent 57d61db commit bb58474
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/store-operations/segments/definitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)


0 comments on commit bb58474

Please sign in to comment.