docs: add link to manage metadata section in OAS and API reference (#13102)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user