ProductOfferResponse

  • data
    Type: object · ProductOffer
    required
    • 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

    • sku
      Type: string
      required
    • url
      Type: string Format: uri
      required
    • vendorAcceptedEnhancement
      Type: boolean | null
      required

      Vendor decision for Youzu's enhanced variant data. Null means no decision has been recorded, true means accepted, and false means explicitly declined.

    • vendorId
      Type: string Format: uuid
      required

      Vendor that supplied and owns this offer

    • versionHash
      Type: string
      required
    • condition
      Type: string enum
      values
      • new
      • like_new
      • open_box
      • refurbished
      • used
    • conditionNotes
      Type: object | null
    • 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
    • originalAttributes
      Type: object
      read-only

      Latest unmodified attributes supplied for this offer

    • originalDescription
      Type: object

      Original localized description supplied by this offer's vendor

    • originalName
      Type: object

      Original localized name supplied by this offer's vendor

    • priceDiscount
      Type: object · Currencynullable

      Numeric price values keyed by uppercase ISO 4217 currency code

    • 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
  • success
    enum
    const:  
    true
    required
    values
    • true