Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 17.1 KB

ReturnPolicyRequest.md

File metadata and controls

21 lines (18 loc) · 17.1 KB

ReturnPolicyRequest

Properties

Name Type Description Notes
category_types \SapientPro\EbayAccountSDK\Models\CategoryType[] This container indicates which category group that the return policy applies to.<br/><br/><span class=&quot;tablenote&quot;><b>Note</b>: Return business policies are not applicable to motor vehicle listings, so the <b>categoryTypes.name</b> value must be set to <code>ALL_EXCLUDING_MOTORS_VEHICLES</code> for return business policies.</span> [optional]
description string A seller-defined description of the return business policy. This description is only for the seller's use, and is not exposed on any eBay pages. <br/><br/><b>Max length</b>: 250 [optional]
extended_holiday_returns_offered bool <p class=&quot;tablenote&quot;><span style=&quot;color: #dd1e31;&quot;><b>Important!</b></span> This field is deprecated, since eBay no longer supports extended holiday returns. Any value supplied in this field is neither read nor returned.</p> [optional]
international_override \SapientPro\EbayAccountSDK\Models\InternationalReturnOverrideType [optional]
marketplace_id \SapientPro\EbayAccountSDK\Enums\MarketplaceIdEnum The ID of the eBay marketplace to which this return business policy applies. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:MarketplaceIdEnum&#x27;&gt;eBay API documentation</a> [optional]
name string A seller-defined name for this return business policy. Names must be unique for policies assigned to the same marketplace. <br/><br/><b>Max length</b>: 64 [optional]
refund_method \SapientPro\EbayAccountSDK\Enums\RefundMethodEnum This value indicates the refund method that will be used by the seller for buyer returns. In most cases, buyers will get their money back for returns, but for sellers who offer the 'Click and Collect' and 'Buy Online, Pick up in Store' option, the seller is able to offer a store/merchandise credit in addition to the 'money back' option. The buyer recieving money back for a return is always an option available to the buyer, even if this field is set to <code>MERCHANDISE_CREDIT</code>.<p class=&quot;tablenote&quot;><span style=&quot;color: #dd1e31;&quot;><b>Important!</b></span> If this field is not included in a return business policy, the seller will still have the money back option in the case of a return.</p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:RefundMethodEnum&#x27;&gt;eBay API documentation</a> [optional]
restocking_fee_percentage string <p class=&quot;tablenote&quot;><span style=&quot;color: #dd1e31;&quot;><b>Important!</b></span> This field is deprecated, since eBay no longer allows sellers to charge a restocking fee for buyer remorse returns. If this field is included, it is ignored.</p> [optional]
return_instructions string This text-based field provides more details on seller-specified return instructions. <p class=&quot;tablenote&quot;><span style=&quot;color: #dd1e31;&quot;><b>Important!</b></span> This field is no longer supported on many eBay marketplaces. To see if a marketplace and eBay category does support this field, call <a href=&quot;/api-docs/sell/metadata/resources/marketplace/methods/getReturnPolicies&quot;>getReturnPolicies</a> method of the <b>Metadata API</b>. Then you will look for the <b>policyDescriptionEnabled</b> field with a value of <code>true</code> for the eBay category.</span></p><br/><b>Max length</b>: 5000 (8000 for DE) [optional]
return_method \SapientPro\EbayAccountSDK\Enums\ReturnMethodEnum This field can be used if the seller is willing and able to offer an alternative return method other than 'money back', such as an exchange or replacement item. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:ReturnMethodEnum&#x27;&gt;eBay API documentation</a> [optional]
return_period \SapientPro\EbayAccountSDK\Models\TimeDuration [optional]
returns_accepted bool If set to <code>true</code>, the seller accepts returns. <p><span class=&quot;tablenote&quot;><strong>Note:</strong>Top-Rated sellers must accept item returns and the <b>handlingTime</b> should be set to zero days or one day for a listing to receive a Top-Rated Plus badge on the View Item or search result pages. For more information on eBay's Top-Rated seller program, see <a href=&quot;http://pages.ebay.com/help/sell/top-rated.html\&quot;&gt;Becoming a Top Rated Seller and qualifying for Top Rated Plus benefits</a>.</span></p> [optional]
return_shipping_cost_payer \SapientPro\EbayAccountSDK\Enums\ReturnShippingCostPayerEnum This field indicates who is responsible for paying for the shipping charges for returned items. The field can be set to either <code>BUYER</code> or <code>SELLER</code>. <br/><br/>Depending on the return policy and specifics of the return, either the buyer or the seller can be responsible for the return shipping costs. Note that the seller is always responsible for return shipping costs for SNAD-related issues. <br/><br/>This field is conditionally required if <b>returnsAccepted</b> is set to <code>true</code>. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:ReturnShippingCostPayerEnum&#x27;&gt;eBay API documentation</a> [optional]

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