No content to show
User Activity
You can check these screenshots. When I didn't fill in the discount, the postage was 12 yuan, which is what I expected. But when I used test001, the postage returned to 36 yuan.
Let me clarify again, I am using the checkout api. This api has only one parameter{"checkout": {"discount": {"title": "test001","code": "test001","applicable": true},"shipping_rate": {"id": "shopify-%E9%A1%BA%E4%B8%B0%E7%89%B9%E6%83%A0-54.00","price"...
Can users use shipping discounts and order discounts from Shopify functions simultaneously, along with regular discount codes? When I use shipping discounts, it seems that the shipping discount occupies the discount code , and I cannot use them simul...
12-05-2022
I am using this api https://shopify.dev/api/admin-rest/2022-10/resources/gift-card-adjustment#post-gift-cards-gift-card-id-adjustments, I found that there is order_transaction_id in the api parameters, I want to know how to associate it with the orde...
12-01-2022
I am trying to complete a checkout without requiring payment. It is document in the Checkout API here: https ://shopify.dev/api/admin-rest/2022-10/resources/checkout#post-checkouts-token-complete I have successfully created a valid checkout using th...