Hi!
When I try to create Order with shipping_address first_name:“Localised Ecomm” and last_name:“c/o Brandpath” by using ShopifySharp I get first_name:“Localised” and last_name:“Ecomm c/o Brandpath” in shopify. Why “Ecomm” part moved from first_name to the last_name? I read about autofilling names from billing address and maybe it will be helpfull: billing_address.first_name:“Localised”, billing_address.last_name:“Ecomm”.
Thank you!