Shopify.CarrierService (exshopify v0.11.0)
https://help.shopify.com/en/api/reference/shipping_and_fulfillment/carrierservice
Link to this section Summary
Functions
Create a carrier service.
Delete a carrier service.
Retrieve a carrier service.
Retrieve a list of carrier services.
Update a carrier service.
Link to this section Functions
Link to this function
create(params)
Specs
create(map()) :: Shopify.Operation.t()
Create a carrier service.
Link to this function
delete(carrier_service_id)
Specs
delete(binary()) :: Shopify.Operation.t()
Delete a carrier service.
Link to this function
get(carrier_service_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a carrier service.
Link to this function
list()
Specs
list() :: Shopify.Operation.t()
Retrieve a list of carrier services.
Link to this function
update(carrier_service_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update a carrier service.