exshopify v0.9.0 Shopify.FulfillmentService

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

Link to this function

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

Create a fulfillment service.

Link to this function

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

Delete a fulfillment service.

Link to this function

get(fulfillment_service_id)

Retrieve a fulfillment service.

Link to this function

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

Retrieve a list of fulfillment services.

Link to this function

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

Update a fulfillment service.