Rest api

I have a REST API from a print company. When I get an order, it needs to send order information to the REST API, so they are able to read the order details, print my products and send it to the customer (like printify/printfull). They only work with their PHP Rest API documentation. I need to implement this in my Shopify shop.

I dont know where to start my REST API.

Can someone help me?

1 Like

you have to make an system in diffrent server which will first download all orders from your php api and then you have to post them in shopify api. this is the best and clean option