Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,10 @@ paths:
- $ref: '#/components/parameters/cart_id'
- $ref: '#/components/parameters/Accept'
get:
summary: Get All Metafields
summary: Get Cart Metafields
tags:
- Metafields
description: Get all cart metafields.
description: Get a cart's metafields.
operationId: getCartMetafields
parameters:
- $ref: '#/components/parameters/PageParam'
Expand Down Expand Up @@ -931,7 +931,7 @@ paths:
description: The unique ID of the subject `Metafield`.
'/carts/metafields':
get:
summary: Get All Metafields
summary: Get All Cart Metafields
tags:
- Batch metafields
description: Get all cart metafields.
Expand Down
4 changes: 2 additions & 2 deletions reference/catalog/brands_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ paths:
get:
tags:
- Metafields
summary: Get All Brand Metafields
summary: Get Brand Metafields
description: 'Returns a list of *Brand Metafields*. Optional filter parameters can be passed in. '
operationId: getBrandMetafields
parameters:
Expand Down Expand Up @@ -1591,7 +1591,7 @@ paths:
- $ref: '#/components/parameters/BrandIdParam'
'/catalog/brands/metafields':
get:
summary: Get All Metafields
summary: Get All Brand Metafields
tags:
- Batch metafields
description: Get all brand metafields.
Expand Down
4 changes: 2 additions & 2 deletions reference/catalog/categories_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ paths:
get:
tags:
- Metafields
summary: Get All Category Metafields
summary: Get Category Metafields
description: Returns a list of *Metafields* on a *Category*. Optional filter parameters can be passed in.
operationId: getCategoryMetafields
parameters:
Expand Down Expand Up @@ -1786,7 +1786,7 @@ paths:
- $ref: '#/components/parameters/CategoryIdParam'
'/catalog/categories/metafields':
get:
summary: Get All Metafields
summary: Get All Category Metafields
tags:
- Batch metafields
description: Get all category metafields.
Expand Down
4 changes: 2 additions & 2 deletions reference/catalog/product-variants_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ paths:
get:
tags:
- Metafields
summary: Get All Product Variant Metafields
summary: Get Product Variant Metafields
description: Returns a list of product variant *Metafields*. Optional parameters can be passed in.
operationId: getProductVariantMetafields
parameters:
Expand Down Expand Up @@ -1719,7 +1719,7 @@ paths:
- $ref: '#/components/parameters/Accept'
'/catalog/variants/metafields':
get:
summary: Get All Metafields
summary: Get All Product Variant Metafields
tags:
- Batch metafields
description: Get all variant metafields.
Expand Down
4 changes: 2 additions & 2 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4529,7 +4529,7 @@ paths:
get:
tags:
- Metafields
summary: Get All Product Metafields
summary: Get Product Metafields
description: Returns a list of *Product Metafields*. Optional parameters can be passed in.
operationId: getProductMetafields
parameters:
Expand Down Expand Up @@ -5766,7 +5766,7 @@ paths:
- $ref: '#/components/parameters/Accept'
'/catalog/products/metafields':
get:
summary: Get All Metafields
summary: Get All Product Metafields
tags:
- Batch metafields
description: Get all product metafields.
Expand Down
2 changes: 1 addition & 1 deletion reference/channels.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ paths:
description: Deletes a single channel metafield.
'/channels/metafields':
get:
summary: Get All Metafields
summary: Get All Channel Metafields
tags:
- Batch metafields
description: Get all channel metafields.
Expand Down
2 changes: 1 addition & 1 deletion reference/customers.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ paths:
Response object for customer metafields deletion with success.
'/customers/metafields':
get:
summary: Get All Metafields
summary: Get All Customer Metafields
tags:
- Customer Batch Metafields
description: Get all customer metafields.
Expand Down
4 changes: 2 additions & 2 deletions reference/orders.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ paths:
- $ref: '#/components/parameters/Accept'
- $ref: '#/components/parameters/OrderIdParam'
get:
summary: Get Metafields
summary: Get Order Metafields
tags:
- Metafields
description: |
Expand Down Expand Up @@ -866,7 +866,7 @@ paths:
required: true
'/orders/metafields':
get:
summary: Get All Metafields
summary: Get All Order Metafields
tags:
- Batch metafields
description: Get all order metafields.
Expand Down