Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 875 Bytes

ShippingRatesSet.md

File metadata and controls

12 lines (9 loc) · 875 Bytes

# ShippingRatesSet

Properties

Name Type Description Notes
id string Shipping rates set ID (UUID) When creating a shipping rates set (Post) the field is ignored. It is required when updating (Put) a shipping rates. [optional]
name string User defined name of the shipping rates set. It may only contain: letters, numbers, hyphens, dots, commas and spaces. [optional]
rates \AllegroApi\Model\ShippingRate[]
last_modified string Date and time of the last modification of the set in UTC ISO 8601 format. When creating (Post) or updating (Put) a shipping rates set the field is ignored. [optional]

[Back to Model list] [Back to API list] [Back to README]