docs: add link to manage metadata section in OAS and API reference (#13102)

This commit is contained in:
Shahed Nasser
2025-07-31 14:42:14 +03:00
committed by GitHub
parent 1bdf602f1c
commit a48063ec26
550 changed files with 3359 additions and 4 deletions

View File

@@ -42,3 +42,6 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -25,3 +25,6 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -147,6 +147,9 @@ properties:
metadata:
type: object
description: The product's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
external_id:
type: string
title: external_id

View File

@@ -71,6 +71,9 @@ properties:
metadata:
type: object
description: The product variant's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
prices:
type: array
description: The product variant's prices.

View File

@@ -68,6 +68,9 @@ properties:
metadata:
type: object
description: The claim's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -45,3 +45,6 @@ properties:
metadata:
type: object
description: The collection's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -11,3 +11,6 @@ properties:
metadata:
type: object
description: The customer group's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -70,6 +70,9 @@ properties:
metadata:
type: object
description: The delivery address's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
items:
type: array
description: The items to fulfill.
@@ -167,3 +170,6 @@ properties:
metadata:
type: object
description: The fulfillment's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -22,6 +22,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code
@@ -42,6 +45,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code
@@ -71,6 +77,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code
@@ -105,6 +114,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code

View File

@@ -49,3 +49,6 @@ properties:
metadata:
type: object
description: The gift card's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -57,3 +57,6 @@ properties:
metadata:
type: object
description: The inventory item's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -24,3 +24,6 @@ properties:
metadata:
type: object
description: The credit line's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -146,6 +146,9 @@ properties:
metadata:
type: object
description: The product's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
external_id:
type: string
title: external_id

View File

@@ -35,3 +35,6 @@ properties:
metadata:
type: object
description: The product category's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -11,3 +11,6 @@ properties:
metadata:
type: object
description: The product tag's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -7,6 +7,9 @@ properties:
metadata:
type: object
description: The product's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
value:
type: string
title: value

View File

@@ -74,6 +74,9 @@ properties:
metadata:
type: object
description: The variant's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
prices:
type: array
description: The variant's prices.

View File

@@ -41,3 +41,6 @@ properties:
metadata:
type: object
description: The region's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -29,3 +29,6 @@ properties:
metadata:
type: object
description: The reservation's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -24,3 +24,6 @@ properties:
metadata:
type: object
description: The return reason's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -19,3 +19,6 @@ properties:
metadata:
type: object
description: The sales channel's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -16,3 +16,6 @@ properties:
metadata:
type: object
description: The shipping profile's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -17,3 +17,6 @@ properties:
metadata:
type: object
description: The stock location's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -17,3 +17,6 @@ properties:
metadata:
type: object
description: The store credit account's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -43,3 +43,6 @@ properties:
metadata:
type: object
description: The tax rate's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -51,9 +51,15 @@ properties:
metadata:
type: object
description: The default tax rate's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
metadata:
type: object
description: The tax region's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
provider_id:
type: string
title: provider_id

View File

@@ -62,6 +62,9 @@ properties:
metadata:
type: object
description: The customer's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_by:
type: string
title: created_by

View File

@@ -89,6 +89,9 @@ properties:
metadata:
type: object
description: The address's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -25,6 +25,9 @@ properties:
metadata:
type: object
description: The customer group's metadata, used to store custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -144,6 +144,9 @@ properties:
metadata:
type: object
description: The draft order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -215,6 +215,9 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
original_total:
type: number
title: original_total
@@ -352,6 +355,9 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
tax_lines:
type: array
description: The shipping method's tax lines.
@@ -541,6 +547,9 @@ properties:
metadata:
type: object
description: The order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -66,6 +66,9 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -77,6 +77,9 @@ properties:
metadata:
type: object
description: The fulfillment's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -74,6 +74,9 @@ properties:
metadata:
type: object
description: The address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -56,6 +56,9 @@ properties:
metadata:
type: object
description: The location level's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
inventory_item:
type: object
available_quantity:

View File

@@ -35,6 +35,9 @@ properties:
metadata:
type: object
description: The invite's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -139,6 +139,9 @@ properties:
metadata:
type: object
description: The order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -65,6 +65,9 @@ properties:
metadata:
type: object
description: The address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -112,6 +112,9 @@ properties:
metadata:
type: object
description: The order change's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
declined_at:
type: string
title: declined_at

View File

@@ -63,6 +63,9 @@ properties:
metadata:
type: object
description: The fulfillment's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -160,6 +160,9 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
original_total:
type: number
title: original_total

View File

@@ -217,6 +217,9 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
original_total:
type: number
title: original_total
@@ -354,6 +357,9 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
tax_lines:
type: array
description: The shipping method's tax lines.
@@ -543,6 +549,9 @@ properties:
metadata:
type: object
description: The order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -60,6 +60,9 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
tax_lines:
type: array
description: The shipping method's tax lines.

View File

@@ -50,6 +50,9 @@ properties:
metadata:
type: object
description: The payment collection's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
status:
type: string
description: The payment collection's status.

View File

@@ -31,3 +31,6 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -13,3 +13,6 @@ properties:
metadata:
type: object
description: The claim's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -23,3 +23,6 @@ properties:
metadata:
type: object
description: The claim's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -35,3 +35,6 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -17,3 +17,6 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -35,3 +35,6 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -13,3 +13,6 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -23,3 +23,6 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -30,3 +30,6 @@ properties:
metadata:
type: object
description: The claim's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -37,6 +37,9 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
compare_at_unit_price:
type: number
title: compare_at_unit_price

View File

@@ -19,3 +19,6 @@ properties:
metadata:
type: object
description: The order edit's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -13,3 +13,6 @@ properties:
metadata:
type: object
description: The order edit's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -23,3 +23,6 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -19,3 +19,6 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -13,3 +13,6 @@ properties:
metadata:
type: object
description: The return's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -27,3 +27,6 @@ properties:
metadata:
type: object
description: The return's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -17,3 +17,6 @@ properties:
metadata:
type: object
description: The claim's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -35,3 +35,6 @@ properties:
metadata:
type: object
description: The item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -15,3 +15,6 @@ properties:
metadata:
type: object
description: The return's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -13,3 +13,6 @@ properties:
metadata:
type: object
description: The return's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -23,3 +23,6 @@ properties:
metadata:
type: object
description: The exchange's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -86,6 +86,9 @@ properties:
metadata:
type: object
description: The product's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -43,6 +43,9 @@ properties:
metadata:
type: object
description: The category's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -28,6 +28,9 @@ properties:
metadata:
type: object
description: The image's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
rank:
type: number
title: rank

View File

@@ -27,6 +27,9 @@ properties:
metadata:
type: object
description: The product option's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -22,6 +22,9 @@ properties:
metadata:
type: object
description: The value's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -33,3 +33,6 @@ properties:
metadata:
type: object
description: The tag's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -33,3 +33,6 @@ properties:
metadata:
type: object
description: The type's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -136,6 +136,9 @@ properties:
metadata:
type: object
description: The variant's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
inventory_items:
type: array
description: The variant's inventory items.

View File

@@ -23,6 +23,9 @@ properties:
metadata:
type: object
description: The refund reason's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -36,6 +36,9 @@ properties:
metadata:
type: object
description: The region's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -43,6 +43,9 @@ properties:
metadata:
type: object
description: The reservation's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_by:
type: string
title: created_by

View File

@@ -48,3 +48,6 @@ properties:
metadata:
type: object
description: The return item's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -27,6 +27,9 @@ properties:
metadata:
type: object
description: The return reason's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -30,6 +30,9 @@ properties:
metadata:
type: object
description: The sales channel's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -88,6 +88,9 @@ properties:
metadata:
type: object
description: The shipping option's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -17,6 +17,9 @@ properties:
metadata:
type: object
description: The shipping profile's metadata, holds custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -40,6 +40,9 @@ properties:
metadata:
type: object
description: The store's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -49,6 +49,9 @@ properties:
metadata:
type: object
description: The store credit account's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -37,6 +37,9 @@ properties:
metadata:
type: object
description: The tax rate's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
tax_region_id:
type: string
title: tax_region_id

View File

@@ -35,6 +35,9 @@ properties:
metadata:
type: object
description: The tax region's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
parent_id:
type: string
title: parent_id

View File

@@ -51,6 +51,9 @@ properties:
metadata:
type: object
description: The transaction's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
created_at:
type: string
format: date-time

View File

@@ -35,3 +35,6 @@ properties:
metadata:
type: object
description: The transaction group's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -9,3 +9,6 @@ properties:
metadata:
type: object
description: The customer group's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -59,6 +59,9 @@ properties:
metadata:
type: object
description: The shipping address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
billing_address:
type: object
description: The draft order's billing address.
@@ -111,9 +114,15 @@ properties:
metadata:
type: object
description: The billing address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
metadata:
type: object
description: The draft order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
customer_id:
type: string
title: customer_id

View File

@@ -25,3 +25,6 @@ properties:
metadata:
type: object
description: The shipping method's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -25,6 +25,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code
@@ -49,6 +52,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
country_code:
type: string
title: country_code
@@ -82,6 +88,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
city:
type: string
title: city
@@ -120,6 +129,9 @@ properties:
metadata:
type: object
description: The geo zone's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
city:
type: string
title: city

View File

@@ -32,3 +32,6 @@ properties:
metadata:
type: object
description: The gift card's metadata.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -58,4 +58,7 @@ properties:
metadata:
type: object
description: The inventory item's metadata. Can be custom data in key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
x-schemaName: AdminUpdateInventoryItem

View File

@@ -59,6 +59,9 @@ properties:
metadata:
type: object
description: The address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
billing_address:
type: object
description: The order's billing address.
@@ -111,6 +114,12 @@ properties:
metadata:
type: object
description: The address's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
metadata:
type: object
description: The order's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata

View File

@@ -147,6 +147,9 @@ properties:
metadata:
type: object
description: The product's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
external_id:
type: string
title: external_id

View File

@@ -30,6 +30,9 @@ properties:
metadata:
type: object
description: The product category's metadata. Can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
rank:
type: number
title: rank

View File

@@ -8,4 +8,7 @@ properties:
metadata:
type: object
description: The product tag's metadata. Can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
x-schemaName: AdminUpdateProductTag

View File

@@ -8,4 +8,7 @@ properties:
metadata:
type: object
description: The product type's metadata. Can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
x-schemaName: AdminUpdateProductType

View File

@@ -71,6 +71,9 @@ properties:
metadata:
type: object
description: The product variant's metadata, can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
prices:
type: array
description: The product variant's prices.

View File

@@ -30,6 +30,9 @@ properties:
metadata:
type: object
description: The region's metadata. Can hold custom key-value pairs.
externalDocs:
url: https://docs.medusajs.com/api/admin#manage-metadata
description: Learn how to manage metadata
is_tax_inclusive:
type: boolean
title: is_tax_inclusive

Some files were not shown because too many files have changed in this diff Show More