Hello,
I am creating test orders from shopify admin api and I am sending the transaction as test. It is placing the order on the live store and it forwards the order to the merchant. I want it to place orders but mark them as test and they should not be forwarded to the merchant. What do you guys suggest?
Regards,
Shoaib Mansoor
Here are some of my queries to further elaborate my points:
- Is it possible to send order as bogus gateway with shopify admin api without setting up bogus gateway payment provider in shopify admin of our shopify production shop? if yes then would this bogus gateway order created through admin api be sent to the warehouse for shipment? (we are already adding transaction object as test for test orders created through admin api but order is sent to warehouse still)
- If we need to setup bogus gateway in admin panel of shopify production shop, the production user will see the bogus gateway as a payment option also?
- If we use development shop for test orders what would be benifit of that? how is development shop diffferent from production shop