Shopify.FulfillmentEvent (exshopify v0.11.0)

https://help.shopify.com/en/api/reference/shipping_and_fulfillment/fulfillmentevent

Link to this section Summary

Functions

Create a fulfillment event.

Delete a fulfillment event.

Retrieve a single fulfillment event.

Retrieve a list of fulfillment events.

Link to this section Functions

Link to this function

create(order_id, fulfillment_id, params)

Specs

create(binary(), binary(), map()) :: Shopify.Operation.t()

Create a fulfillment event.

Link to this function

delete(order_id, fulfillment_id, event_id)

Specs

delete(binary(), binary(), binary()) :: Shopify.Operation.t()

Delete a fulfillment event.

Link to this function

get(order_id, fulfillment_id, event_id)

Specs

Retrieve a single fulfillment event.

Link to this function

list(order_id, fulfillment_id)

Specs

Retrieve a list of fulfillment events.