Skip to content

Commit

Permalink
Warehouse ID is *not* required for manifesting, and this will fail to…
Browse files Browse the repository at this point in the history
… parse the responses sent back if you manifest for specific labels.
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 6297be8 commit 20dcf31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10128,6 +10128,7 @@ components:
- $ref: '#/components/schemas/se_id'
description: An array of the label ids used in this manifest.
warehouse_id:
nullable: true
readOnly: true
allOf:
- $ref: '#/components/schemas/se_id'
Expand Down Expand Up @@ -10166,10 +10167,6 @@ components:
title: create_manifest_by_object_request_body
type: object
description: A create manifest request body
required:
- carrier_id
- warehouse_id
- ship_date
additionalProperties: false
properties:
carrier_id:
Expand Down Expand Up @@ -10317,6 +10314,7 @@ components:
example: 100
description: The number of shipments that are included in this manifest
warehouse_id:
nullable: true
deprecated: true
allOf:
- $ref: '#/components/schemas/se_id'
Expand Down

0 comments on commit 20dcf31

Please sign in to comment.