Service

Service

Shipping service.

Fields
delivery_countries[]

string

Required. The CLDR territory code of the countries to which the service applies.

rate_groups[]

RateGroup

Optional. Shipping rate group definitions. Only the last one is allowed to have an empty applicable_shipping_labels , which means "everything else". The other applicable_shipping_labels must not overlap.

loyalty_programs[]

LoyaltyProgram

Optional. Loyalty programs that this shipping service is limited to.

service_name

string

Required. Free-form name of the service. Must be unique within target account.

active

bool

Required. A boolean exposing the active status of the shipping service.

currency_code

string

Required. The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups.

delivery_time

DeliveryTime

Required. Time spent in various aspects from order to the delivery of the product.

shipment_type

ShipmentType

Optional. Type of locations this service ships orders to.

minimum_order_value

Price

Optional. Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency. Cannot be set together with minimum_order_value_table .

minimum_order_value_table

MinimumOrderValueTable

Optional. Table of per store minimum order values for the pickup fulfillment type. Cannot be set together with minimum_order_value .

store_config

StoreConfig

A list of stores your products are delivered from. This is only valid for the local delivery shipment type.