exshopify v0.8.0 Shopify.FulfillmentEvent
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)
create(binary(), binary(), map()) :: Shopify.Operation.t()
Create a fulfillment event.
Link to this function
delete(order_id, fulfillment_id, event_id)
delete(binary(), binary(), binary()) :: Shopify.Operation.t()
Delete a fulfillment event.
Link to this function
get(order_id, fulfillment_id, event_id)
get(binary(), binary(), binary()) :: Shopify.Operation.t()
Retrieve a single fulfillment event.
Link to this function
list(order_id, fulfillment_id)
list(binary(), binary()) :: Shopify.Operation.t()
Retrieve a list of fulfillment events.