docs: generate OAS for 2.11.2 (#13925)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
type: object
|
||||
description: Details of the fulfillment label to create.
|
||||
required:
|
||||
- tracking_number
|
||||
- tracking_url
|
||||
- label_url
|
||||
properties:
|
||||
tracking_number:
|
||||
type: string
|
||||
title: tracking_number
|
||||
description: The label's tracking number.
|
||||
tracking_url:
|
||||
type: string
|
||||
title: tracking_url
|
||||
description: The label's tracking URL.
|
||||
label_url:
|
||||
type: string
|
||||
title: label_url
|
||||
description: The label's URL.
|
||||
x-schemaName: AdminCreateFulfillmentLabel
|
||||
Reference in New Issue
Block a user