Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski committed Sep 21, 2023
1 parent 2747eef commit 730bc61
Show file tree
Hide file tree
Showing 278 changed files with 814 additions and 810 deletions.
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Campaigns.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Campaigns
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: campaigns
type: basic
hidden: false
Expand Down Expand Up @@ -35,4 +35,4 @@ Usually, voucher campaigns are created in the dashboard by marketers. But someti

## Promotion tier-based campaigns utils

When it comes to auto-applied promotion discounts, you can use campaigns to [stack](ref:add-promotion-tier-to-campaign) multiple tiers together.
When it comes to auto-applied promotion discounts, you can use campaigns to [stack](ref:add-promotion-tier-to-campaign) multiple tiers together.
4 changes: 2 additions & 2 deletions docs/guides/building_blocks/Customer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Customers
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: customers
type: basic
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Distribution.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Distribution
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: distribution
type: basic
hidden: false
Expand Down Expand Up @@ -213,4 +213,4 @@ GET /v1/publications?filters[customer_id][conditions][$in][0]=cust_lUET6gRpO5Wxl
```
```markdown or another using the junction operator
GET /v1/publications?filters[customer_id][conditions][$is][0]=cust_lUET6gRpO5Wxlg5p2j2gRCgL&filters[customer_id][conditions][$is][1]=cust_aR7NfHusxT7PdTMAKMfWDXnc&filters[junction]=OR
```
```
4 changes: 2 additions & 2 deletions docs/guides/building_blocks/Earning-Rules.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Earning Rules
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: earning-rules
type: basic
hidden: false
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/building_blocks/Formula-Builder.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Formula Builder
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: formula-builder
type: basic
hidden: false
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/building_blocks/Metadata-Custom-Fields.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Metadata (custom fields)
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: metadata-custom-fields
type: basic
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Orders.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Orders
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: orders
type: basic
hidden: false
Expand Down Expand Up @@ -57,4 +57,4 @@ Read more about [Stacking discounts](doc:manage-stackable-discounts).

## Order session

Each time you use particular order in your requests, the API automatically triggers a new session linked to the order id. The session is active during the request and ends asynchronously after the request is completed. The session mechanism provides that the particular order id can be used in one API request at once.
Each time you use particular order in your requests, the API automatically triggers a new session linked to the order id. The session is active during the request and ends asynchronously after the request is completed. The session mechanism provides that the particular order id can be used in one API request at once.
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Products.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Products
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: products
type: basic
hidden: false
Expand Down Expand Up @@ -243,4 +243,4 @@ Product collections can be managed using your dashboard or dedicated [product co
> 📘 Useful links
>
> - Learn how to [create Product Collections](https://support.voucherify.io/article/515-products) in your dashboard
> - Learn more about [Product Collections API](ref:list-products-in-collection)
> - Learn more about [Product Collections API](ref:list-products-in-collection)
4 changes: 2 additions & 2 deletions docs/guides/building_blocks/Promotion-Tier.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Promotion Tier
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: promotion-tier
type: basic
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Redemption.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Redemption
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: redemption
type: basic
hidden: false
Expand Down Expand Up @@ -56,4 +56,4 @@ If you want to reverse this operation, use [rollback](ref:rollback-redemption).

## Webhooks

Every redemption, successful or failed, generates an event you can listen to (`redemption succeeded`, `redemption failed`, `redemption rollback succeeded`, `redemption rollback failed`). Go to [webhooks](https://docs.voucherify.io/docs/webhooks) to learn more.
Every redemption, successful or failed, generates an event you can listen to (`redemption succeeded`, `redemption failed`, `redemption rollback succeeded`, `redemption rollback failed`). Go to [webhooks](https://docs.voucherify.io/docs/webhooks) to learn more.
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Rewards.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Rewards
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: rewards
type: basic
hidden: false
Expand Down Expand Up @@ -81,4 +81,4 @@ curl -X POST \

Reward and Reward Assignment objects allow for rewarding customers who already collected points in your loyalty program. If you want to learn how to enable your customers to earn points in the first place, follow [here](doc:earning-rules).

If you already have both earning rules and rewards ready, you can create a [loyalty program](doc:loyalty-program).
If you already have both earning rules and rewards ready, you can create a [loyalty program](doc:loyalty-program).
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Validation-Rules.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Validation Rules
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: validation-rules
type: basic
hidden: false
Expand Down Expand Up @@ -448,4 +448,4 @@ or:
"sales_channel": "page_1"
}
}
```
```
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Vouchers.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Vouchers
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: vouchers
type: basic
hidden: false
Expand Down Expand Up @@ -239,4 +239,4 @@ You can recharge cards you've sent out to your customers. With our API, you can

Vouchers (along with redemptions, publications, and customers) can be downloaded asynchronously with the export mechanism, see the [API reference](ref:create-export).

Voucher attributes you can export: `code`, `voucher_type`, `value`, `discount_type`, `campaign`, `category`, `start_date`, `expiration_date`, `gift_balance`, `redemption_quantity`, `active`, `qr_code`.
Voucher attributes you can export: `code`, `voucher_type`, `value`, `discount_type`, `campaign`, `category`, `start_date`, `expiration_date`, `gift_balance`, `redemption_quantity`, `active`, `qr_code`.
6 changes: 3 additions & 3 deletions docs/guides/building_blocks/Webhooks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Webhooks
excerpt:
category: 639ba16d677235008f800454
category-slug: building-blocks
category: 639ba16d677235008f800454
categorySlug: building-blocks
slug: webhooks
type: link
hidden: false
order: 12
link_url: https://support.voucherify.io/article/68-webhooks-notifications
---
---
4 changes: 2 additions & 2 deletions docs/guides/campaign_recipes/Locking-Validation-Session.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Locking Validation Session
excerpt: Temporary lock the voucher's usage until redemption is successful.
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: locking-validation-session
type: basic
hidden: false
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/campaign_recipes/Loyalty Program.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Loyalty Program
excerpt: null
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: loyalty-program
type: basic
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/campaign_recipes/Prepaid-Gift-Cards.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Prepaid Gift Cards
excerpt: null
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: prepaid-gift-cards
type: basic
hidden: false
Expand Down Expand Up @@ -154,4 +154,4 @@ The voucher can be redeemed using the Dashboard as well. Go to the voucher detai

## Recharge

You can recharge the cards you've sent to customers. With our API, you can edit the balance value by calling [Add Balance](ref:add-gift-voucher-balance) endpoint.
You can recharge the cards you've sent to customers. With our API, you can edit the balance value by calling [Add Balance](ref:add-gift-voucher-balance) endpoint.
6 changes: 3 additions & 3 deletions docs/guides/campaign_recipes/Qualifications.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Qualification - Checking eligibility
excerpt: null
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: checking-eligibility
type: basic
hidden: false
Expand Down Expand Up @@ -1203,4 +1203,4 @@ Only a promotion that is applicable to one of the items in the cart. `"scenario"

> Case 3 Summary
>
> Voucherify will return all the discounts that apply to the products you sent in the order. When a customer is browsing your products and is shown the product listing page, you can send, in the payload, the list of all the products the customer is presented and Voucherify will return all the discounts that apply to these products. The returned results can be visualized, for example, by a striked through price.
> Voucherify will return all the discounts that apply to the products you sent in the order. When a customer is browsing your products and is shown the product listing page, you can send, in the payload, the list of all the products the customer is presented and Voucherify will return all the discounts that apply to these products. The returned results can be visualized, for example, by a striked through price.
4 changes: 2 additions & 2 deletions docs/guides/campaign_recipes/Referral-Program.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Referral Program
excerpt: null
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: referral-program
type: link
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/campaign_recipes/Stacking-Promotion-Tiers.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Stacking Promotion Tiers
excerpt: 'In this tutorial, you will learn how to validate, redeem, and manage promotion stacks using API.'
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: stacking-promotion-tiers
type: basic
hidden: false
Expand Down Expand Up @@ -504,4 +504,4 @@ Here is an an example of a promotion stack redemption.
}
```

In the returned `redemptions` array, you can see child redemptions that show redemptions of particular tiers. Discounts from stack tiers are applied consecutively as defined by the stack hierarchy. The hierarchy defines the sequence in which each of the stacked discounts will be applied to the single transaction.
In the returned `redemptions` array, you can see child redemptions that show redemptions of particular tiers. Discounts from stack tiers are applied consecutively as defined by the stack hierarchy. The hierarchy defines the sequence in which each of the stacked discounts will be applied to the single transaction.
4 changes: 2 additions & 2 deletions docs/guides/campaign_recipes/Transfer-Loyalty-Points.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Transfer Loyalty Points
excerpt: See how to transfer points between loyalty cards.
category: 639ba16d677235008f80045c
category-slug: campaigns-1
category: 639ba16d677235008f80045c
categorySlug: campaigns-1
slug: transfer-loyalty-points
type: basic
hidden: false
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/development/API-Reference.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: API Reference
excerpt:
category: 639ba16d677235008f800447
category-slug: development
category: 639ba16d677235008f800447
categorySlug: development
slug: api-reference
type: link
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/development/API-Version-Upgrades.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: API Version Upgrades
excerpt: Keep track of changes and upgrades to the Voucherify API.
category: 639ba16d677235008f800447
category-slug: development
category: 639ba16d677235008f800447
categorySlug: development
slug: api-version-upgrades
type: basic
hidden: false
Expand Down Expand Up @@ -43,4 +43,4 @@ If you’re running an older version, you’ll want to upgrade to take advantage

> 📘 Release Notes
>
> [Visit our Help Center](https://support.voucherify.io/article/23-whats-new-in-voucherify) to learn more about the latest Release Notes and new features.
> [Visit our Help Center](https://support.voucherify.io/article/23-whats-new-in-voucherify) to learn more about the latest Release Notes and new features.
6 changes: 3 additions & 3 deletions docs/guides/development/Client-Side-API.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Client-side API
excerpt:
category: 639ba16d677235008f800447
category-slug: development
category: 639ba16d677235008f800447
categorySlug: development
slug: client-side-api
type: basic
hidden: false
Expand Down Expand Up @@ -39,4 +39,4 @@ Visit :fa-github-alt: [Github repository](https://github.com/voucherifyio/vouche
> You have to activate particular client-side options in the [Project Settings](https://app.voucherify.io/#/app/configuration/proj_f1r5Tpr0J3Ct).
<!-- ![Client-Side Settings](../../assets/img/guides_development_client_side_api_client_side_settings_3.png "Client-Side Settings") -->
![Client-Side Settings](https://files.readme.io/038ab3b-cielnt-side-settings.png "Client-Side Settings")
![Client-Side Settings](https://files.readme.io/038ab3b-cielnt-side-settings.png "Client-Side Settings")
4 changes: 2 additions & 2 deletions docs/guides/development/Error-Codes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Error Codes
excerpt:
category: 639ba16d677235008f800447
category-slug: development
category: 639ba16d677235008f800447
categorySlug: development
slug: error-codes
type: link
hidden: false
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/development/Examples.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Examples
excerpt: Here are some exemplary integrations and third-party guides for you to learn more about Voucherify.
category: 639ba16d677235008f800447
category-slug: development
category: 639ba16d677235008f800447
categorySlug: development
slug: examples
type: basic
hidden: false
Expand Down Expand Up @@ -122,4 +122,4 @@ Looking for ready designs for the best promotions experience in your ecommerce s
* [Download Referral UI Kit on Figma](https://www.figma.com/community/file/1039555483777372722)

<!-- ![Figma](../../assets/img/guides_development_examples_figma_5.png "Figma") -->
![Figma](https://files.readme.io/6c4efe5-UI-kit.png "Figma")
![Figma](https://files.readme.io/6c4efe5-UI-kit.png "Figma")
Loading

0 comments on commit 730bc61

Please sign in to comment.