Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.21 KB

ShippingprofilesShippingProfileIdBody.md

File metadata and controls

14 lines (11 loc) · 1.21 KB

ShippingprofilesShippingProfileIdBody

Properties

Name Type Description Notes
title string The name string of this shipping profile. [optional]
origin_country_iso string The ISO code of the country from which the listing ships. [optional]
min_processing_time int The minimum time required to process to ship listings with this shipping profile. [optional]
max_processing_time int The maximum processing time the listing needs to ship. [optional]
processing_time_unit string The unit used to represent how long a processing time is. A week is equivalent to 5 business days. If none is provided, the unit is set to "business_days". [optional] [default to 'business_days']
origin_postal_code string The postal code string (not necessarily a number) for the location from which the listing ships. Required if the `origin_country_iso` is `US` or `CA`. [optional]

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