Name | Type | Description | Notes |
---|---|---|---|
category_types | \Ebay\Sell\Account\Model\CategoryType[] | The CategoryTypeEnum value to which this policy applies. This container is used to discern accounts that sell motor vehicles from those that do not. Restriction: Currently, each policy can be set to only one categoryTypes value at a time. | [optional] |
description | string | An optional seller-defined description of the fulfillment policy for internal use (this value is not displayed to end users). Max length: 250 | [optional] |
freight_shipping | bool | If set to true, the seller offers freight shipping. Freight shipping can be used for large items over 150 lbs. | [optional] |
fulfillment_policy_id | string | A unique eBay-assigned ID for a fulfillment policy. This ID is generated when the policy is created. | [optional] |
global_shipping | bool | If set to true, the seller has opted-in to the Global Shipping Program and eBay automatically sets the international shipping service options to International Priority Shipping. If the value of globalShipping is false, the seller is responsible for specifying one or more international shipping service options if they want to ship internationally. | [optional] |
handling_time | \Ebay\Sell\Account\Model\TimeDuration | [optional] | |
local_pickup | bool | If set to true, no shipping is offered by this policy and the seller offers only local pickup of the item (normally from a non-business location). This option is most often used for customer-to-customer sales and if set, costType should be set to NOT_SPECIFIED. | [optional] |
marketplace_id | string | The ID of the eBay marketplace to which this fulfillment policy applies. If this value is not specified, value defaults to the seller's eBay registration site. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:MarketplaceIdEnum'>eBay API documentation</a> | [optional] |
name | string | A user-defined name for this fulfillment policy. Names must be unique for policies assigned to the same marketplace. Max length: 64 | [optional] |
pickup_drop_off | bool | If set to true, the seller offers the "Click and Collect" option. Currently, "Click and Collect" is available only to large retail merchants the eBay AU and UK marketplaces. | [optional] |
shipping_options | \Ebay\Sell\Account\Model\ShippingOption[] | A list that defines the seller's shipping configurations for DOMESTIC and INTERNATIONAL order shipments. The list has a single element if the seller ships to only domestic locations. If the seller also ships internationally, a second element defines their international shipping options. Shipping options configure the high-level shipping settings that apply to orders, such as flat-rate or calculated shipping, and any rate tables the seller wants to associate with the shipping services. Each shippingOption element has a shippingServices container that defines the list of shipping services (domestic or international) offered with this fulfillment policy. | [optional] |
ship_to_locations | \Ebay\Sell\Account\Model\RegionSet | [optional] | |
warnings | \Ebay\Sell\Account\Model\Error[] | A list of warnings that were generated during the processing of the request. This field normally returns empty, which indicates the request did not generate any warnings. | [optional] |