Shopify.Fulfillment (exshopify v0.11.0)

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)

Specs

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

Cancel a fulfillment.

Link to this function

count(order_id, params \\ %{})

Specs

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

Retrieve a count of all fulfillments.

Link to this function

create(order_id, params)

Specs

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

Create a fulfillment.

Link to this function

get(order_id, fulfillment_id)

Specs

Retrieve a single fulfillment.

Link to this function

list(order_id, params \\ %{})

Specs

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

Retrieve a list of fulfillments.

Link to this function

mark_as_complete(order_id, fulfillment_id)

Specs

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

Mark a fulfillment as complete.

Link to this function

mark_as_open(order_id, fulfillment_id)

Specs

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

Mark a fulfillment as open.

Link to this function

update(order_id, fulfillment_id, params)

Specs

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

Update a fulfillment.