MerchantReturnPolicy Object

A MerchantReturnPolicy provides information about product return policies associated with an Organization, Product, or Offer.

This is a contained object type. You'll find it part of a few objects. It does not stand alone, requires a parent object, example: Product Object.

Modeled based on https://schema.org/MerchantReturnPolicy We welcome your feedback. Please use the Improvement Requests form.

Name
Type
Description

at_type

String

Stand-In for JSON-LD @type - your UI is expected to change it to valid JSON-LD @type filed name.

name

The audience name

description

The audience description

applicableCountry

String

A country where a particular merchant return policy applies to; the two-letter ISO 3166-1 alpha-2 country code.

inStoreReturnOffered

Boolean

Are in-store returns offered?

itemCondition

Array of String

A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Values from https://schema.org/OfferItemCondition

merchantReturnDays

Integer

Specifies the number of days (from the delivery date) that a product can be returned.

refundType

Array of String

A refund type, from an enumerated list. Values from https://schema.org/RefundTypeEnumeration

returnPolicyCategory

Array of String

Specifies an applicable return policy. Values from https://schema.org/MerchantReturnEnumeration

returnMethod

Array of String

The type of return method offered. Values from https://schema.org/ReturnMethodEnumeration

returnFees

Array of String

The type of return fees for purchased products. Values from https://schema.org/ReturnFeesEnumeration

Last updated

Was this helpful?