Clarify format for FreightReadyDate

This commit is contained in:
Jack Evoniuk 2024-06-27 12:00:53 -07:00
parent 773915d0a6
commit 0778c441e7
1 changed files with 2 additions and 2 deletions

View File

@ -5136,7 +5136,7 @@
"$ref": "#/definitions/SellerFreightClass"
},
"FreightReadyDate": {
"description": "The date that the shipment will be ready to be picked up by the carrier.",
"description": "The date on which the shipment is ready for carrier pickup. Must be in YYYY-MM-DD format.",
"$ref": "#/definitions/DateStringType"
},
"PalletList": {
@ -5181,7 +5181,7 @@
"$ref": "#/definitions/SellerFreightClass"
},
"FreightReadyDate": {
"description": "The date that the shipment will be ready to be picked up by the carrier. Must be in YYYY-MM-DD format.",
"description": "The date on which the shipment is ready for carrier pickup. Must be in YYYY-MM-DD format.",
"$ref": "#/definitions/DateStringType"
},
"PalletList": {