Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
24ec974
brands metafields
Jan 25, 2024
41b6b9f
carts metafields
Jan 25, 2024
ba896f8
categories metafields
Jan 25, 2024
d341ece
channel metafields
Jan 25, 2024
b568bc0
customers metafields
Jan 25, 2024
a572fe6
orders metafields
Jan 25, 2024
8b32081
add product variants metafields
Jan 29, 2024
79311b4
add product metafields
Jan 29, 2024
a9c201c
carts: remove redundant schema
Jan 29, 2024
f347025
update carts metafields
Jan 31, 2024
63b265d
update carts metafields, simplify schema
Jan 31, 2024
456b8a7
ujpdate channels metafields
Feb 1, 2024
f93e8ca
update customers metafields
Feb 1, 2024
be589bd
update customers metafields PUT
Feb 1, 2024
f73c557
update customers metafields put and post
Feb 1, 2024
6cf0a25
add order metafields
Feb 5, 2024
e6eb90b
update brands metafields
Feb 5, 2024
416e4ed
update categories metafields
Feb 5, 2024
37fdf2f
update product variants metafields
Feb 5, 2024
c7930c2
update products metafields
Feb 5, 2024
4f806c8
add owner cliend id field to responses
Feb 5, 2024
dbfda73
Add Customer Metafield singular endpoints (WIP)
bc-tgomez Feb 7, 2024
7267e72
Merge branch 'main' into DEVDOCS-5708-metafields-customers
bc-tgomez Feb 12, 2024
8baa043
Add changes from peer review
bc-tgomez Feb 14, 2024
62dd9a2
Fix file example in Orders V3
bc-tgomez Feb 14, 2024
3229388
Merge branch 'main' into DEVDOCS-5708-metafields-customers
bc-tgomez Feb 14, 2024
5f54ab0
Make last edits to draft
bc-tgomez Feb 14, 2024
037612a
Add peer review suggestions
bc-tgomez Feb 14, 2024
d5f418c
Merge branch 'main' into DEVDOCS-5708-metafields-customers
bc-tgomez Feb 15, 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
2 changes: 1 addition & 1 deletion reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@ components:
MetafieldNamespaceInParam:
name: namespace:in
in: query
description: Filter based on comma-separated metafieldʼs namespaces. Could be used with vanilla `namespace` query parameter.
description: Filter based on comma-separated metafieldʼs namespaces. Could be used with vanilla `namespace` query parameter
required: false
style: form
explode: false
Expand Down
1 change: 1 addition & 0 deletions reference/catalog/brands_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2543,6 +2543,7 @@ components:
responses:
General207Status:
description: Multi-status. Multiple operations have taken place and the status for each operation can be viewed in the body of the response. Typically indicates that a partial failure has occurred, such as when a `POST` or `PUT` request is successful, but saving the URL or inventory data has failed.

content:
application/json:
schema:
Expand Down
2 changes: 2 additions & 0 deletions reference/catalog/categories_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,7 @@ paths:
- Batch metafields
description: Create multiple metafields.
operationId: createCategoriesMetafields

requestBody:
content:
application/json:
Expand Down Expand Up @@ -1856,6 +1857,7 @@ paths:
- Batch metafields
description: Create multiple metafields.
operationId: updateCategoriesMetafields

requestBody:
content:
application/json:
Expand Down
2 changes: 2 additions & 0 deletions reference/catalog/product-variants_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/MetaFieldCollectionResponse_POST_PUT'

'422':
description: |
Response object for metafields creation with partial success.
Expand Down Expand Up @@ -2635,6 +2636,7 @@ components:
meta:
$ref: '#/components/schemas/WriteCollectionPartialSuccessMeta'
MetaFieldCollectionResponsePartialSuccess_DELETE:

type: object
description: |
Response payload for the BigCommerce API.
Expand Down
Loading