eBay Business Policies Management APIVersion 1.0.0
 

AddSellerProfileRequest ( BaseRequest )

Sellers use this call to create one or more business policies. With one call instance, the seller can create a payment policy, a return policy, a shipping policy, or any combination of the three policy types.

Important! This API is deprecated and will be decommissioned later in 2022, on a date TBD. We recommend that you migrate to the fulfillment_policy, payment_policy, and return_policy resources of the Account API to set up and manage all of your fulfillment, payment, and return business policies.

Call that uses AddSellerProfileRequest:

Fields

paymentProfile ( PaymentProfile ) [0..1]
Root container for a seller's payment policy. The paymentProfile container consists of payment information, the name and description of the policy, and the site and category group(s) to which the payment policy will be applied.

The paymentProfile container is conditionally required if the seller wants to create a new payment policy.
See the Field Index to learn which calls use paymentProfile.

returnPolicyProfile ( ReturnPolicyProfile ) [0..1]
Root container for a seller's return policy. The returnPolicyProfile container consists of return policy information, the name and description of the policy, and the site and category group(s) to which the return policy will be applied.

The returnPolicyProfile container is conditionally required if the seller wants to create a new return policy.
See the Field Index to learn which calls use returnPolicyProfile.

shippingPolicyProfile ( ShippingPolicyProfile ) [0..1]
Root container for a seller's shipping policy. The shippingPolicyProfile container consists of shipping information, the name and description of the policy, and the site and category group(s) to which the shipping policy will be applied.

The shippingPolicyProfile container is conditionally required if the seller wants to create a new shipping policy.
See the Field Index to learn which calls use shippingPolicyProfile.