catalog_feeds

List feed processing results

Fetch a feed processing results owned by the "operation user_account". Please note that for now the bookmark parameter is not functional and only the first page will be available until it is implemented in some release in the near future.

  • By default, the "operation user_account" is the token user_account.

Optional: Business Access: Specify an ad_account_id (obtained via List ad accounts) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following Business Access roles on the ad_account: Owner, Admin, Catalogs Manager.

Learn more

get/catalogs/feeds/{feed_id}/processing_results

Path parameters

feed_idstring required

Unique identifier of a feed.

Query parameters

ad_account_idstring

Unique identifier of an ad account.

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in a single page. See documentation on Pagination for more information.

Response

The request has succeeded.

bookmarkstring nullable

Example response

{
  "items": [
    {
      "created_at": "2022-03-14T15:15:22Z",
      "id": "864344156814050986",
      "updated_at": "2022-03-14T15:16:34Z"
    }
  ]
}

Changes

Changed in 16 of the 29 revisions of this API.395364

  • v5b698c180678a15See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • removed Paginated subschema #2 from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the optional property bookmark to the response with the 200 status

      response-optional-property-added

    • added the required property items to the response with the 200 status

      response-required-property-added

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/video_counts to the response with the 200 status

      response-optional-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_LENGTH_TOO_SHORT to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_DOWNLOAD_VIDEO_TOO_SHORT to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v543134ca41f18139See the full diff
    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_CONTENT_READ_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_DNS_LOOKUP_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_FILE_NOT_ACCESSIBLE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_FILE_NOT_FOUND to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_400 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_403 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_404 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_405 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_410 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_429 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_500 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_502 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_503 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_504 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_507 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_508 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_520 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_521 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_522 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS_525 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_MALFORMED_URL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_RATE_LIMITED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INTERNAL_REQUEST_EXPIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_INVALID_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_SITE_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_SITE_TIMEOUT to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_SSL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_DOWNLOAD_SSL_HANDSHAKE_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_PROCESSING_EMPTY_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_PROCESSING_HEIGHT_TOO_SMALL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_PROCESSING_TOO_MANY_PIXELS to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_PROCESSING_TYPE_MISMATCH to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_IMAGE_PROCESSING_WIDTH_TOO_SMALL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_CONTENT_READ_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_DNS_LOOKUP_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_FILE_NOT_ACCESSIBLE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_FILE_NOT_FOUND to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_400 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_403 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_404 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_405 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_410 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_429 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_500 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_502 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_503 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_504 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_507 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_508 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_520 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_521 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_522 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS_525 to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_MALFORMED_URL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_RATE_LIMITED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INTERNAL_REQUEST_EXPIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_INVALID_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_SITE_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_SITE_TIMEOUT to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_SSL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_DOWNLOAD_SSL_HANDSHAKE_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_PROCESSING_EMPTY_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_PROCESSING_HEIGHT_TOO_SMALL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_PROCESSING_TOO_MANY_PIXELS to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_PROCESSING_TYPE_MISMATCH to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/AD_VIDEO_PROCESSING_WIDTH_TOO_SMALL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_FILE_NOT_ACCESSIBLE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_FILE_NOT_FOUND to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_INVALID_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_LEVEL_INTERNAL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/VIDEO_MALFORMED_URL to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_0_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_1_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_LINK_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_TAG_DUPLICATED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_VIDEO_2_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/VIDEO_REQUIRED_WHEN_AD_VIDEO_PROVIDED to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag catalog_feeds added

      api-tag-added

    • api tag catalogs removed

      api-tag-removed

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/FETCH_GOOGLE_SHEET_NOT_SHARED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings/FETCH_GOOGLE_SHEET_PUBLIC_CAN_EDIT to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_0_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_10_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_11_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_12_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_13_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_14_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_15_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_16_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_17_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_18_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_19_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_1_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_2_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_3_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_4_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_5_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_6_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_7_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_8_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_LINK_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_LINK_REQUIRED to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_LINK_WARNING to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_TAG_LENGTH_TOO_LONG to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AD_IMAGE_9_TAG_REQUIRED to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response property allOf[subschema #2]/items/items/allOf[subschema #1: db_item]/created_at became required for the status 200

      response-property-became-required

    • the response property allOf[subschema #2]/items/items/allOf[subschema #1: db_item]/id became required for the status 200

      response-property-became-required

    • the response property allOf[subschema #2]/items/items/allOf[subschema #1: db_item]/updated_at became required for the status 200

      response-property-became-required

    • removed the COMPLETED_EARLY enum value from the allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/status response property for the response status 200

      response-property-enum-value-removed

    • removed the DISAPPROVED enum value from the allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/status response property for the response status 200

      response-property-enum-value-removed

    • removed the QUEUED_FOR_PROCESSING enum value from the allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/status response property for the response status 200

      response-property-enum-value-removed

    • removed the UNDER_APPEAL enum value from the allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/status response property for the response status 200

      response-property-enum-value-removed

    • removed the UNDER_REVIEW enum value from the allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/status response property for the response status 200

      response-property-enum-value-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the allOf[subschema #2]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v57529b464d5cb16See the full diff
    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_DOWNLOAD_ERROR from the response with the 200 status

      response-optional-property-removed

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_FILE_NOT_ACCESSIBLE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_FILE_NOT_FOUND to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_INVALID_FILE to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_LEVEL_INTERNAL_ERROR to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/errors/IMAGE_MALFORMED_URL to the response with the 200 status

      response-optional-property-added

    • added the required property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/ingestion_details/warnings to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AGE_GROUP_NORMALIZED from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/AVAILABILITY_NORMALIZED from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/CONDITION_NORMALIZED from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/GENDER_NORMALIZED from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/SIZE_TYPE_NORMALIZED from the response with the 200 status

      response-optional-property-removed

  • v552586a27477112See the full diff
    • removed the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/warnings/DUPLICATE_PRODUCTS from the response with the 200 status

      response-optional-property-removed

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/product_counts/ingested to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/items/items/allOf[subschema #2: catalogs_feed_processing_result_fields]/validation_details/errors/DUPLICATE_PRODUCTS to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog