No content to show
User Activity
03-13-2024
I am very interested also in the same logic, since I would need to be able to handle the font weight or style with the help of css
Hi, the workaround I found was to submit the transaction details along with the order call when I create it. That is the only way I found that the transaction processed_at is not ignored and actually created at the same time as the original order tha...
11-22-2023
Hi many thanks for this reply, but do we need to use the checkout call? can we create an order and then send it to checkout?
Hi, when we create and update a cart with the storefront API can we pass the processed_at date so the order is registered as when it took place in the past, since we are trying to import old orders into shopify, but the challenge is that old orders a...
Hi, were you able to modify the processed_at order date? We need to import orders from other old websites, and we are having a very had time trying to figure out how to process those orders and keep the old line_itme discounts when those only applied...
Hi, please notice that I was having the same issue when making the call without realising that I was using an old no longer valid scope:GET https://{SHOP}.myshopify.com/admin/api/2022-01/orders/{ORDER_ID}/fulfillments.json as per previous documentati...
Hello, I am importing from other systems past orders, and when trying to assign a transaction for the old payments, the call ignores the "process_at" that I have added for example for an order placed in 2016 and paid that year. Any suggestions as for...
Hi, while it seems that for fulfillment there is not process_at, for refunds it is there. Have you tried to used the processed_at instead of created/updated_at? For orders works. I am finding the same issue for transactions for payments, that it is n...
We have implemented the option to select a variant and only show the images that share the same alt-text for the main variant image (following this video: https://www.youtube.com/watch?v=ZfB5T5O1IyE) However, I am trying to show once a variant is sel...