Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit ff19145

Browse files
committed
Remove vendor API info from customers intro
1 parent 5f47c3d commit ff19145

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

source/includes/_intro.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,3 @@ than the response body.
8282

8383
The response also includes a `X-Total-Count` header, which is the total number of
8484
resources in the collection.
85-
86-
## Example Manufacturer Workflow
87-
88-
1. [Find the Product you manufacture](#search-all-products)
89-
2. [Create the Product if it does not exist in the Jetbuilt Database](#create-a-product)
90-
3. [Create a Pricing Tier](#create-a-pricing-tier)
91-
4. [Add the Price for that Product/PricingTier](#create-update-a-product-price-for-a-pricing-tier)
92-
93-
## Example Distributor Workflow
94-
95-
1. [Find the Product you distribute](#search-all-products)
96-
2. [Create a Pricing Tier](#create-a-pricing-tier)
97-
3. [Add the Price for that Product/PricingTier](#create-update-a-product-price-for-a-pricing-tier)
98-
4. [Add details for the Product](#distributor-product-details) (Optional)

source/includes/vendors/_intro.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Example Manufacturer Workflow
2+
3+
1. [Find the Product you manufacture](#search-all-products)
4+
2. [Create the Product if it does not exist in the Jetbuilt Database](#create-a-product)
5+
3. [Create a Pricing Tier](#create-a-pricing-tier)
6+
4. [Add the Price for that Product/PricingTier](#create-update-a-product-price-for-a-pricing-tier)
7+
8+
## Example Distributor Workflow
9+
10+
1. [Find the Product you distribute](#search-all-products)
11+
2. [Create a Pricing Tier](#create-a-pricing-tier)
12+
3. [Add the Price for that Product/PricingTier](#create-update-a-product-price-for-a-pricing-tier)
13+
4. [Add details for the Product](#distributor-product-details) (Optional)

source/vendors/index.html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ language_tabs: # must be one of https://git.io/vQNgJ
77

88
includes:
99
- intro
10+
- vendors/intro
1011
- vendors/auth
1112
- vendors/products
1213
- vendors/pricing_tiers

0 commit comments

Comments
 (0)