eBay Business Policies Management APIVersion 1.0.0
 

SetSellerProfileRequest ( BaseRequest )

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

Call that uses SetSellerProfileRequest:

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 to which the payment policy will be applied.

The paymentProfile container is conditionally required if the seller wants to modify an existing payment policy.

Sellers only pass in values for the fields they want to change. To delete an optional field, sellers can pass an empty value into the field.
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 to which the return policy will be applied.

The returnPolicyProfile container is conditionally required if the seller wants to modify an existing return policy.

Sellers only pass in values for the fields that they want to change. To delete an optional field, sellers can pass an empty value into the field.
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 to which the shipping policy will be applied.

The shippingPolicyProfile container is conditionally required if the seller wants to modify an existing shipping policy.

Sellers only pass in values for the fields they want to change. To delete an optional field, sellers can pass an empty value into the field.
See the Field Index to learn which calls use shippingPolicyProfile.