MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
945 stars 278 forks source link

Update FulfillmentEventStatus #555

Closed summersk closed 1 year ago

summersk commented 1 year ago

Additional values for FulfillmentEventStatus based on https://shopify.dev/api/admin-rest/2022-07/resources/fulfillmentevent

status

The status of the fulfillment event.Valid values:

  • 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.
  • picked_up: The fulfillment was successfully picked up.
  • 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 successfully delivered.
  • failure: Something went wrong when pulling tracking information for the shipment, such as the tracking number was invalid or the shipment was canceled.
coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling bae1422039bea0a3311e2332b575dac09d02098e on summersk:patch-1 into 9fc71926d6bee2b7284352b39e60dd3248a0cbd5 on MONEI:master.

lpinca commented 1 year ago

Thank you.