Personalized checkout and custom promotions with Shopify Scripts
Hi All,
Shopify has a limitation that it does not send the discount information in the carrier service API. As a carrier service API provider, I need the discount information to set my rates accordingly.
To overcome this limitation, I am exploring the line item script where I can access the cart and the included discount information. In the script, I am calculating the cart subtotal leaving the discount information and trying to send it in the line item properties field. However, the script is not allowing me to add the Money object to the properties object.
Below is my code.
cart = Input.cart
Input.cart.line_items.each do |line_item|
line_item.change_properties({"_cart_details"=>{"discounted_value"=> cart.subtotal_price }},message:"subtotal")
endOutput.cart = Input.cart
The script editor is throwing the below error.
Can anyone please help?
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023