Deprecated Fields and Requests

Deprecated fields and requests still exist in the Open API Schema (OAS) file but are no longer used and are sometimes replaced by a new field. The fields still function so integrations done before the field was deprecated are not affected.

Fields

The following fields are deprecated:

Deprecated FieldDescription
tax_nameThis field is not to be used as the values can be misleading in some cases.
physical.has_physical_presencePreviously, the physical.has_physical_presence was specific to physical goods. This is now replaced by a single setting for both.

Requests

The following requests are deprecated:

Deprecated RequestDescription
The Create Seller request used to be a PUT operation and the /marketplace/v1/sellers/{current_seller_code} to . This requires that you include a complete and valid schema in the JSON for each update.The new Create Seller request uses a POST operation and the /marketplace/v1/sellers endpoint to create sellers. See Create seller. You can use another request. See Edit Individual Settings for a Seller.