Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
DEVDOCS-3840: [update] Catalog, move channels after categories (#1086)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Riehl <[email protected]>
  • Loading branch information
2 people authored and slsriehl committed Dec 15, 2022
1 parent 70a86ba commit 0903e16
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions reference/catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ paths:
map_price: 0
tax_class_id: 0
product_tax_code: string
channels:
- 1
categories:
- 0
channels:
- 1
brand_id: 0
inventory_level: 0
inventory_warning_level: 0
Expand Down Expand Up @@ -744,6 +744,8 @@ paths:
product_tax_code: string
categories:
- 0
channels:
- 1
brand_id: 0
inventory_level: 0
inventory_warning_level: 0
Expand Down Expand Up @@ -862,6 +864,8 @@ paths:
product_tax_code: string
categories:
- 0
channels:
- 1
brand_id: 0
inventory_level: 0
inventory_warning_level: 0
Expand Down Expand Up @@ -1829,6 +1833,8 @@ paths:
categories:
- 23
- 21
channels:
- 1
brand_id: 36
option_set_id: 55
option_set_display: right
Expand Down Expand Up @@ -24069,6 +24075,8 @@ components:
product_tax_code: string
categories:
- 0
channels:
- 1
brand_id: 0
inventory_level: 0
inventory_warning_level: 0
Expand Down Expand Up @@ -24119,8 +24127,6 @@ components:
reviews_rating_sum: 3.2
reviews_count: 4
total_sold: 80
channels:
- 1
custom_fields:
- id: 6
name: ISBN
Expand Down Expand Up @@ -24263,6 +24269,12 @@ components:
- post
items:
type: integer
channels:
type: array
description: 'Optional. You can supply a single ID, multiple IDs, or leave the field empty.'
items:
type: number
example: 1
brand_id:
maximum: 1000000000
minimum: 0
Expand Down Expand Up @@ -24514,12 +24526,6 @@ components:
description: |
The total quantity of this product sold.
example: 80
channels:
type: array
description: 'Optional. You can supply a single ID, multiple IDs, or leave the field empty.'
items:
type: number
example: 1
custom_fields:
type: array
items:
Expand Down

0 comments on commit 0903e16

Please sign in to comment.