Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-5575 [update]: Catalog API, categories #18

Merged
merged 24 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9bdd437
add deprecated divider
bc-andreadao Jan 8, 2024
7a2e37b
fix incorrect divider
bc-andreadao Jan 8, 2024
21d0e7f
move Categories to categories file
bc-andreadao Jan 8, 2024
2dd2fa4
remove Categories from category trees file
bc-andreadao Jan 8, 2024
5532dd0
add to sunsets and deprecations
bc-andreadao Jan 8, 2024
2812996
Revert "move Categories to categories file"
bc-andreadao Jan 9, 2024
1e81c4a
Revert "remove Categories from category trees file"
bc-andreadao Jan 9, 2024
a6aa9ac
edit deprecations and sunsets
bc-andreadao Jan 9, 2024
f082dca
edit callout in legacy doc
bc-andreadao Jan 9, 2024
d97ec40
individual endpoints: add deprecated callout
bc-andreadao Jan 9, 2024
daf7b34
Revert "individual endpoints: add deprecated callout"
bc-andreadao Jan 9, 2024
13e0b12
add deprecated flag for callouts
bc-andreadao Jan 9, 2024
1b56954
old Categories message- deprecated, use new endpoint
bc-andreadao Jan 9, 2024
efadd17
fix syntax for callout
bc-andreadao Jan 9, 2024
571e070
deprecations all-encompassing definition
bc-andreadao Jan 9, 2024
8a1f17c
block syntax
bc-andreadao Jan 9, 2024
99f63d6
spaces
bc-andreadao Jan 9, 2024
2c045af
add message about using new Category
bc-andreadao Jan 9, 2024
7a4afb8
remove unused tag
Jan 14, 2024
220effa
Apply suggestions from code review
Jan 14, 2024
b3955fa
spacing
Jan 14, 2024
8ff9599
suggest alternative endpoints
Jan 14, 2024
bbd5ff4
Merge branch 'main' into DEVDOCS-5575-categories
Jan 14, 2024
cb61f30
Merge branch 'main' into DEVDOCS-5575-categories
bc-andreadao Jan 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api-docs/getting-started/deprecations-and-sunsets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following APIs, features, and tools are deprecated. We discourage using thes
| `/v2/brands` | [Catalog V3 Brands](/docs/rest-catalog/brands#get-all-brands) |
| `/v3/content/widgets/search` | [Widgets V3, Get all widgets](/docs/rest-content/widgets/widget#get-all-widgets) |
| `/v2/categories` | [Catalog V3 Categories](/docs/rest-catalog/categories#get-all-categories) |
| `/v3/catalog/categories` | [Catalog V3 Categories](/docs/rest-catalog/categories#get-all-categories) |
| `/v2/customers` | [Customers V3](/docs/rest-management/customers) |
| `/v3/hooks/events`| [Get Events](/docs/webhooks/webhooks/webhook-events#get-events) |
| `/v2/options` | [Catalog V3 Product Modifiers](/docs/rest-catalog/product-modifiers#get-all-product-modifiers), [Catalog V3 Product Variant Options](/docs/rest-catalog/product-variant-options#get-all-product-variant-options). See the [Accessing product options](#accessing-product-options-with-V3) callout. |
Expand Down
Loading
Loading