ChannelApe / shopify-sdk

Java SDK for Shopify REST APIs
Apache License 2.0
159 stars 110 forks source link

How to get local pickup status ? #94

Open caoshidong opened 1 year ago

caoshidong commented 1 year ago

I want to get the local pickup status use the SDK, but I can't find the ShopifyOrder class 's method return that info. Any help would be greatly appreciated.

ryankazokas commented 1 year ago

I believe you are probably looking for this field on the shopify fulfillment? shipment_status

https://shopify.dev/api/admin-rest/2022-10/resources/fulfillment

Currently this field is not supported in the sdk and shopify is in the process of deprecating these old fulfillment API's in their 2022-04 version of their APIs, so it's unlikely that we'll try to add it here. Our goal is to start supporting the new fulfillment orders API prior to their forced deprecation in March. When we do I'll ensure we include this fields equivalent in that API.

caoshidong commented 1 year ago

That makes sense. Hope the new fulfillment orders API's SDK version will come soon. Appreciate all of your team's hard work.