php-shopify icon indicating copy to clipboard operation
php-shopify copied to clipboard

CancellationRequest (am I missing it?)

Open Spotnyk opened this issue 1 year ago • 3 comments

Greetings,

I am not able to locate any support for handling CancellationRequests (API).

Is there existing support? I want to be sure I'm not missing it somewhere before I put together a PR.

(note: This is different from FulfillmentRequest API)

Thanks

Spotnyk avatar Jul 06 '23 14:07 Spotnyk

it would appear that CancellationRequest.php is missing... not sure how this is working; is anyone else trying to perform cancellation requests?

if you can make a PR for this, i would like one, please.

sf71 avatar Sep 29 '23 17:09 sf71

Created pull requests that add CancellationRequest.php and update FulfillmentOrder.php to fix this issue. Hopefully it gets merged into the main repo.

https://github.com/phpclassic/php-shopify/pull/309

https://github.com/phpclassic/php-shopify/pull/310

DuncJM avatar Sep 29 '23 18:09 DuncJM

I just migrated that portion of our code to graphql. 🤷🏼‍♂️

Spotnyk avatar Sep 29 '23 21:09 Spotnyk