This repository was archived by the owner on May 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,17 +82,3 @@ than the response body.
8282
8383The response also includes a ` X-Total-Count ` header, which is the total number of
8484resources 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)
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ language_tabs: # must be one of https://git.io/vQNgJ
77
88includes :
99 - intro
10+ - vendors/intro
1011 - vendors/auth
1112 - vendors/products
1213 - vendors/pricing_tiers
You can’t perform that action at this time.
0 commit comments