exshopify v0.9.1 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(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a fulfillment service.
Link to this function
delete(fulfillment_service_id)
delete(fulfillment_service_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a fulfillment service.
Link to this function
get(fulfillment_service_id)
get(fulfillment_service_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a fulfillment service.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of fulfillment services.
Link to this function
update(fulfillment_service_id, params)
update(fulfillment_service_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a fulfillment service.