Im trying to place orders through the API.
For customers it is possible to place an order in a specific storeview.
For Guest it seems that this is not possible.
Did I miss something? Are the docs incomplete?
Can someone help?
Thank you
Solved! Go to Solution.
I found the solution myself.
It is Possible to create Guest orders in a different storeview by adding the storeviewcode to the URL. Important to know is that you have to do it with every call.
Create Cart
Add products to cart
Add shipping info
and place order.
If you fail to add the storeviewcode to one of them, it wont work
I found the solution myself.
It is Possible to create Guest orders in a different storeview by adding the storeviewcode to the URL. Important to know is that you have to do it with every call.
Create Cart
Add products to cart
Add shipping info
and place order.
If you fail to add the storeviewcode to one of them, it wont work