bold-shopify-toolkit icon indicating copy to clipboard operation
bold-shopify-toolkit copied to clipboard

A Symfony Based Shopify api wrapper

Results 5 bold-shopify-toolkit issues
Sort by recently updated
recently updated
newest added

* Removed duplicate code from `getAll` as after adding `{$this->getApiBasePath()}` in getAll function code was identical to `getByParams` function * This change also allows us to make version api call...

Investigating a JIRA ticket we discovered there are no tests for draft orders, so we wrote one. This unit test checks that cart attributes are passed from the cart to...

I'm trying to follow the steps to integrate the wrapper with my store, according to the readme basically I have to bind my own shop model that implements the interface...