exshopify v0.9.0 Shopify.Fulfillment

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

Link to this section Summary

Functions

Cancel a fulfillment

Retrieve a count of all fulfillments

Create a fulfillment

Retrieve a single fulfillment

Retrieve a list of fulfillments

Mark a fulfillment as complete

Mark a fulfillment as open

Link to this section Functions

Link to this function

cancel(order_id, fulfillment_id)
cancel(binary(), binary()) :: Shopify.Operation.t()

Cancel a fulfillment.

Link to this function

count(order_id, params \\ %{})
count(binary(), map()) :: Shopify.Operation.t()

Retrieve a count of all fulfillments.

Link to this function

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

Create a fulfillment.

Link to this function

get(order_id, fulfillment_id)

Retrieve a single fulfillment.

Link to this function

list(order_id, params \\ %{})
list(binary(), map()) :: Shopify.Operation.t()

Retrieve a list of fulfillments.

Link to this function

mark_as_complete(order_id, fulfillment_id)
mark_as_complete(binary(), binary()) :: Shopify.Operation.t()

Mark a fulfillment as complete.

Link to this function

mark_as_open(order_id, fulfillment_id)
mark_as_open(binary(), binary()) :: Shopify.Operation.t()

Mark a fulfillment as open.

Link to this function

update(order_id, fulfillment_id, params)
update(binary(), binary(), map()) :: Shopify.Operation.t()

Update a fulfillment.