ProductOffer

  • externalRef
    Type: string | null
    required
  • id
    Type: string Format: uuid
    required
  • inStock
    Type: boolean
    required
  • isPublished
    Type: boolean
    required
  • price
    Type: object · Currency
    required

    Numeric price values keyed by uppercase ISO 4217 currency code

    • propertyName
      Type: number
  • sku
    Type: string
    required
  • url
    Type: string Format: uri
    required
  • versionHash
    Type: string
    required
  • condition
    Type: string enum
    values
    • new
    • like_new
    • open_box
    • refurbished
    • used
  • conditionNotes
    Type: object | null
    • propertyName
      Type: anything
  • createdAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • deletedAt
    Type: string | null Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • matchSource
    Type: string
  • priceDiscount
    Type: object · Currencynullable

    Numeric price values keyed by uppercase ISO 4217 currency code

    • propertyName
      Type: number
  • unpublishedByModeration
    Type: boolean
  • updatedAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • variantId
    Type: string Format: uuid
  • vendor
    Type: string
  • vendorId
    Type: string