Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2155 from Shopify/scripts/product-order-shipping
Browse files Browse the repository at this point in the history
Add product, order, shipping discount type APIs
  • Loading branch information
dphm authored Mar 23, 2022
2 parents 76ecc68 + 6c6cadf commit 750a19a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/project_types/script/config/extension_points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,21 @@ delivery_discount_types:
repo: "https://github.com/Shopify/scripts-apis-examples"
wasm:
repo: "https://github.com/Shopify/scripts-apis-examples"
product_discount_type:
beta: true
domain: 'discounts'
libraries:
wasm:
repo: "https://github.com/Shopify/scripts-apis-examples"
order_discount_type:
beta: true
domain: 'discounts'
libraries:
wasm:
repo: "https://github.com/Shopify/scripts-apis-examples"
shipping_discount_type:
beta: true
domain: 'discounts'
libraries:
wasm:
repo: "https://github.com/Shopify/scripts-apis-examples"

0 comments on commit 750a19a

Please sign in to comment.