You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I believe you are probably looking for this field on the shopify fulfillment? shipment_status
label_printed: A label for the shipment was purchased and printed.
label_purchased: A label for the shipment was purchased, but not printed.
attempted_delivery: Delivery of the shipment was attempted, but unable to be completed.
ready_for_pickup: The shipment is ready for pickup at a shipping depot.
confirmed: The carrier is aware of the shipment, but hasn't received it yet.
in_transit: The shipment is being transported between shipping facilities on the way to its destination.
out_for_delivery: The shipment is being delivered to its final destination.
delivered: The shipment was succesfully delivered.
failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.
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.
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.
The text was updated successfully, but these errors were encountered: