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-5710 [add]: Metafields, add metafields batch endpoints #63

Merged
merged 45 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
24ec974
brands metafields
bc-andreadao Jan 25, 2024
41b6b9f
carts metafields
bc-andreadao Jan 25, 2024
ba896f8
categories metafields
bc-andreadao Jan 25, 2024
d341ece
channel metafields
bc-andreadao Jan 25, 2024
b568bc0
customers metafields
bc-andreadao Jan 25, 2024
a572fe6
orders metafields
bc-andreadao Jan 25, 2024
8b32081
add product variants metafields
bc-andreadao Jan 29, 2024
79311b4
add product metafields
bc-andreadao Jan 29, 2024
a9c201c
carts: remove redundant schema
bc-andreadao Jan 29, 2024
f347025
update carts metafields
bc-andreadao Jan 31, 2024
63b265d
update carts metafields, simplify schema
bc-andreadao Jan 31, 2024
456b8a7
ujpdate channels metafields
bc-andreadao Feb 1, 2024
f93e8ca
update customers metafields
bc-andreadao Feb 1, 2024
be589bd
update customers metafields PUT
bc-andreadao Feb 1, 2024
f73c557
update customers metafields put and post
bc-andreadao Feb 1, 2024
6cf0a25
add order metafields
bc-andreadao Feb 5, 2024
e6eb90b
update brands metafields
bc-andreadao Feb 5, 2024
416e4ed
update categories metafields
bc-andreadao Feb 5, 2024
37fdf2f
update product variants metafields
bc-andreadao Feb 5, 2024
c7930c2
update products metafields
bc-andreadao Feb 5, 2024
4f806c8
add owner cliend id field to responses
bc-andreadao Feb 5, 2024
0e75220
update operation IDs
Feb 6, 2024
32ac6d9
update metafield types, replace apostrophes to fix syntax highlighting
Feb 6, 2024
90ba605
update non-metafields json to yaml
Feb 6, 2024
aa40ff6
metafields json to yaml
Feb 6, 2024
eb4463b
more non-metafields json to yaml
Feb 6, 2024
3589815
update channels and customers tags
Feb 6, 2024
695ec23
remove straight quotes where not needed
Feb 6, 2024
23d4a9d
Merge branch 'main' into DEVDOCS-5710-metafields-batch
Feb 6, 2024
dead771
resource id types
bc-andreadao Feb 7, 2024
1cb4e39
update DELETE 200 response (empty errors array)
bc-andreadao Feb 7, 2024
2b543f8
update tags (batch metafields)
bc-andreadao Feb 7, 2024
97492a7
fix typo
bc-andreadao Feb 7, 2024
f2f8571
update 422 responses
bc-andreadao Feb 7, 2024
9d2fd8d
remove unneeded comment
bc-andreadao Feb 8, 2024
10ec93e
update POST and PUT 200 responses
bc-andreadao Feb 8, 2024
a5446f7
description for when empty array
bc-andreadao Feb 8, 2024
6430f43
add owner client id example
bc-andreadao Feb 8, 2024
c823859
Merge branch 'main' into DEVDOCS-5710-metafields-batch
bc-andreadao Feb 8, 2024
b284075
update 422 responses for carts metafields
bc-andreadao Feb 9, 2024
8205c5e
Merge branch 'DEVDOCS-5710-metafields-batch' of https://github.com/bi…
bc-andreadao Feb 9, 2024
8d7a739
update 422 response for carts metafields
bc-andreadao Feb 9, 2024
a5701d7
update 422 responses
bc-andreadao Feb 9, 2024
11c4b30
incorporate traci's copyedits
bc-andreadao Feb 9, 2024
0aea5a7
Merge branch 'main' into DEVDOCS-5710-metafields-batch
bc-andreadao Feb 9, 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
475 changes: 375 additions & 100 deletions reference/carts.v3.yml

Large diffs are not rendered by default.

668 changes: 653 additions & 15 deletions reference/catalog/brands_catalog.v3.yml

Large diffs are not rendered by default.

686 changes: 659 additions & 27 deletions reference/catalog/categories_catalog.v3.yml

Large diffs are not rendered by default.

700 changes: 666 additions & 34 deletions reference/catalog/product-variants_catalog.v3.yml

Large diffs are not rendered by default.

733 changes: 683 additions & 50 deletions reference/catalog/products_catalog.v3.yml

Large diffs are not rendered by default.

784 changes: 681 additions & 103 deletions reference/channels.v3.yml

Large diffs are not rendered by default.

905 changes: 859 additions & 46 deletions reference/customers.v3.yml

Large diffs are not rendered by default.

438 changes: 390 additions & 48 deletions reference/orders.v3.yml

Large diffs are not rendered by default.

Loading