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?
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024