How to automatically send a copy of Order Summary information to Order Note/Customer note?

Hello everybody!
Does anyone know how I could get the Order Summary information to be carried into the Order Note field as well?
I am trying to integrate the Product Personalizer App with DSers.
Dsers only recognizes custom data if entered as Order Details/Note.
thank you in advance!

Merchants needing these customizations can contact me with details for pricing.

Check if the service can be setup to just receive an email notification as a custom fulfillment service, then just modify the fulfillment notification.

https://help.shopify.com/en/manual/shipping/fulfillment-services/custom

Otherwise the details ambiguous , Order summaries contain a lot of information and vendors often don’t need everything.

Either way this indicates an advanced customization you will want to hire professional help to go over the actual details with.

If you need parts of the cart information you will need to add it as the value of the order notes form element in your cart templates (/cart and any ajax drawers)

Always backup themes before trying to change code

The order note input can typically be found in sections/cart-template.liquid in standard themes as a html tag.

And looks like this {{ cart.note }}, you will want to modify it to be a hidden input and have the value set to the required information.

Of course that means disabling the order note for customer usage, so you’d want to instead use javascript to append the required information to the order note as the cart is created.

And remember to remove the order.note from any customer notifications.

If it’s the checkout order summary, unless you are on shopify Plus, you will need to use an app to edit the order to put the required information into the cart note if possible.

Apps like usemechanic let you code such backend automations ,and have some basic tasks you can start modifying

https://tasks.mechanic.dev/?tags=Order%20Note

https://tasks.mechanic.dev/demonstration-order-editing

The shopify apis

https://shopify.dev/api/admin/graphql/reference/orders/order#:~:text=Contents%20of%20the%20note%20associated%20with%20the%20order

https://shopify.dev/api/admin/rest/reference/orders/order