Skip to content

Commit 1243871

Browse files
committed
Warehouse ID is *not* required for manifesting, and this will fail to parse the responses sent back if you manifest for specific labels.
1 parent 07f8421 commit 1243871

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8574,6 +8574,7 @@ components:
85748574
- $ref: '#/components/schemas/se_id'
85758575
description: An array of the label ids used in this manifest.
85768576
warehouse_id:
8577+
nullable: true
85778578
readOnly: true
85788579
allOf:
85798580
- $ref: '#/components/schemas/se_id'
@@ -8612,10 +8613,6 @@ components:
86128613
title: create_manifest_by_object_request_body
86138614
type: object
86148615
description: A create manifest request body
8615-
required:
8616-
- carrier_id
8617-
- warehouse_id
8618-
- ship_date
86198616
additionalProperties: false
86208617
properties:
86218618
carrier_id:
@@ -8729,6 +8726,7 @@ components:
87298726
example: 100
87308727
description: The number of shipments that are included in this manifest
87318728
warehouse_id:
8729+
nullable: true
87328730
deprecated: true
87338731
allOf:
87348732
- $ref: '#/components/schemas/se_id'

0 commit comments

Comments
 (0)