Hi,
I need help for an error occurring on max_delivery_date from the purchase checkout.
Our App performs the shipping calculation and sends by api numbers of days to delivery.
However, when sending, for example, maximum delivery time being 4 days of delivery, it shows only 2 days at checkout, or 10 days and has 7, 6 days for delivery on the delivery product. I analyzed the api https://shopify.dev/api/admin-rest/2022-01/resources/order#get-orders?status=any. I tried to send as Time and Date methods date for API, but the error persists and the number of incorrect days of what I am sending is shown. Would you have any example or different method to use and solve the problem? I’m using the Rest Admin API for Ruby on Rails in the app: https://github.com/Shopify/shopify_api.
Code sending:
Return in shopify:
Regards.,