CloudObjects / Directory / GoGoGo Multiship API / RateConfiguration
Sign in

RateConfiguration

a json:Object & json:Element in GoGoGo Multiship API

A set of rate configuration options.

Properties
Key Description Type Validations Required
RateType Indicates which rates from the carriers should be used to determine the price. String Allowed values: AccountRates, PublishedRates
yes
MinimumCharge The minimum amount that should be charged. Lower rates should be increased to this base level. Number yes
PriceAdjustmentNumber Specifies how the price should be adjusted. Positive numbers for increment, negative numbers for decrement. Number yes
PriceAdjustmentType Indicates the type of price adjustment. String Allowed values: CurrencyAmount, PercentagePoints
yes
JSON Example
{
  "RateType" : "AccountRates",
  "MinimumCharge" : 0,
  "PriceAdjustmentNumber" : 0,
  "PriceAdjustmentType" : "CurrencyAmount"
}
Meta
URI / COID
coid://api.gogogoshipping.com/RateConfiguration content_copy
Revision
3-1f50d8dc2694752bfbb32179ef0921a4 content_copy
Short ID
ms:RateConfiguration content_copy
Reference URL
https://coid.link/api.gogogoshipping.com/RateConfiguration content_copy
Last updated
2023-10-19 13:04 (UTC)
Created at
2023-08-08 13:48 (UTC)