Shopify.FulfillmentService (exshopify v0.11.0)

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

Link to this section Summary

Functions

Create a fulfillment service.

Delete a fulfillment service.

Retrieve a fulfillment service.

Retrieve a list of fulfillment services.

Update a fulfillment service.

Link to this section Functions

Specs

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

Create a fulfillment service.

Link to this function

delete(fulfillment_service_id)

Specs

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

Delete a fulfillment service.

Link to this function

get(fulfillment_service_id)

Specs

Retrieve a fulfillment service.

Link to this function

list(params \\ %{})

Specs

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

Retrieve a list of fulfillment services.

Link to this function

update(fulfillment_service_id, params)

Specs

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

Update a fulfillment service.