Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 5.28 KB

FulfillmentPolicy.md

File metadata and controls

20 lines (17 loc) · 5.28 KB

# FulfillmentPolicy

Properties

Name Type Description Notes
category_types \Ebay\Sell\Account\Model\CategoryType[] The CategoryTypeEnum value to which this policy applies. Used to discern accounts that sell motor vehicles from those that don't. (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. Default: false [optional]
fulfillment_policy_id string A unique eBay-assigned ID for the 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 eBay Global Shipping Program and that they use that service for their international shipments. Setting this value automatically sets the international shipping service for the policy to International Priority Shipping and the buyer does not need to set any other shipping services for their INTERNATIONAL shipping options (unless they sell items not covered by the Global Shipping Program). If this value is set to false, the seller is responsible for manually specifying the international shipping services, as described in Setting up worldwide shipping. To opt-in to the Global Shipping Program, log in to eBay and navigate to My Account > Site Preferences > Shipping preferences. Default: false [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. Default: false [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&#39;&gt;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 &quot;Click and Collect&quot; feature. Click and Collect is supported by the Inventory API, and it can be used with Add/Revise/Relist calls. To enable &quot;Click and Collect&quot;, a seller (1) must be eligible for Click and Collect and (2) must set this boolean field to 'true'. Currently, Click and Collect is available to only large retail merchants selling in the eBay AU and UK marketplaces. In addition to setting this field, the merchant must also do the following to enable the &quot;Click and Collect&quot; option on a listing: Have inventory for the product at one or more physical stores tied to the merchant's account. Sellers can use the createInventoryLocaion method in the Inventory API to associate physical stores to their account and they can then can add inventory to specific store locations. Set an immediate payment requirement on the item. The immediate payment feature requires the seller to: Set the immediatePay flag in the payment policy to 'true'. Include only one paymentMethods field in the payment policy and set its value to PAYPAL. Include a valid PayPal contact in the recipientAccountReference.referenceId field of the payment policy. Have a valid store location with a complete street address. When a UK merchant successfully lists an item with Click and Collect, prospective buyers within a reasonable distance from one of the merchant's stores (that has stock available) will see the &quot;Available for Click and Collect&quot; option on the listing, along with information on the closest store that has the item.Default: false [optional]
shipping_options \Ebay\Sell\Account\Model\ShippingOption[] A list that defines the seller's shipping configurations for DOMESTIC and INTERNATIONAL order shipments. shippingOptions is a list with a single element if the seller ships to only domestic locations. If the seller also ships internationally, the list contains a second element that defines their international shipping options. Shipping options configure the high-level shipping settings that apply to orders, such as flat-rate or calculated shipping, any rate tables the seller wants to associate with the shipping services, plus other details (such as the shippingServices offered for domestic or international shipments). [optional]
ship_to_locations \Ebay\Sell\Account\Model\RegionSet [optional]

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