cancel
Showing results for 
Search instead for 
Did you mean: 

API create guest order in different storeview

SOLVED

API create guest order in different storeview

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

Magento Certified Developer - Deutsch, nederlands, english - 10+ years of Experience
1 ACCEPTED SOLUTION

Accepted Solutions

Re: API create guest order in different storeview

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

Magento Certified Developer - Deutsch, nederlands, english - 10+ years of Experience

View solution in original post

1 REPLY 1

Re: API create guest order in different storeview

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

Magento Certified Developer - Deutsch, nederlands, english - 10+ years of Experience