donutdan4114 / shopify

Shopify PHP SDK to easily interact with the Shopify API.
85 stars 39 forks source link

question: Can this be used to create an order+payment? #9

Open str opened 6 years ago

str commented 6 years ago

I'm reading the documentation at https://help.shopify.com/api/tutorials/sell-through-the-checkout-api and I thought "there should already be a PHP library that can create a checkout payment" and I stumbled here, but I didn't found anything related to the checkout.

Is this possible with this library?

ryanhalliday commented 6 years ago

This library is for the Shopify Admin API and doesn't fully support the Sales Channel SDK. It is easily possible to write some of your own functions to update this, but they are not included at the moment