phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Fulflillments 2022-10 endpoint support and SDK's versioning upgrade release? #277

Closed maricicmilos closed 1 year ago

maricicmilos commented 1 year ago

Dear sir @tareqtms, when would repository be updated with support for "Creates a fulfillment for one or many fulfillment orders" [https://shopify.dev/api/admin-rest/2022-10/resources/fulfillment#post-fulfillments]? Any info on versioning upgrade and when can be expected for this library package to use 2022-10 as default api reference? ` /**

tareqtms commented 1 year ago

@maricicmilos It is recommended that you use the $config parameter to control which Api Version you use. Default Api Version is only kept as a fallback. However, I will update the default one soon. Anyways, thanks for reminding me.

maricicmilos commented 1 year ago

@tareqtms Thank you for your reply. I have found eventually everything I need. Cheers!