CarrierRate

CarrierRate

A list of carrier rates that can be referred to by main_table or single_value . Supported carrier services are defined in https://support.google.com/merchants/answer/12577710?ref_topic=12570808&sjid=10662598224319463032-NC#zippy=%2Cdelivery-cost-rate-type%2Ccarrier-rate-au-de-uk-and-us-only .

Fields
name

string

Required. Name of the carrier rate. Must be unique per rate group.

carrier

string

Required. Carrier service, such as "UPS" or "Fedex" .

carrier_service

string

Required. Carrier service, such as "ground" or "2 days" .

origin_postal_code

string

Required. Shipping origin for this carrier rate.

percentage_adjustment

string

Optional. Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%.

flat_adjustment

Price

Optional. Additive shipping rate modifier. Can be negative. For example { "amount_micros": 1, "currency_code" : "USD" } adds $1 to the rate, { "amount_micros": -3, "currency_code" : "USD" } removes $3 from the rate.