Update StateOrProvinceCode attribute

Updates StateOrProvinceCode in merchantFulfillmentV0.md to show how
it is required under certain conditions. Also fixed invalid Swagger 2.0
This commit is contained in:
Jack Evoniuk 2021-11-09 15:09:29 -08:00
parent 492ee64ffd
commit 7f6d4a3d7f
1 changed files with 710 additions and 724 deletions

View File

@ -45,7 +45,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetEligibleShipmentServicesResponse"
},
"headers": {
@ -208,7 +207,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetEligibleShipmentServicesResponse"
},
"headers": {
@ -395,7 +393,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetEligibleShipmentServicesResponse"
},
"headers": {
@ -558,7 +555,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetEligibleShipmentServicesResponse"
},
"headers": {
@ -745,7 +741,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetShipmentResponse"
},
"headers": {
@ -1007,7 +1002,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/CancelShipmentResponse"
},
"headers": {
@ -1116,7 +1110,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/CancelShipmentResponse"
},
"headers": {
@ -1268,7 +1261,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/CancelShipmentResponse"
},
"headers": {
@ -1377,7 +1369,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/CancelShipmentResponse"
},
"headers": {
@ -1529,7 +1520,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/CreateShipmentResponse"
},
"headers": {
@ -1868,7 +1858,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetAdditionalSellerInputsResponse"
},
"headers": {
@ -1926,7 +1915,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetAdditionalSellerInputsResponse"
},
"headers": {
@ -2091,7 +2079,6 @@
"200": {
"description": "Success",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetAdditionalSellerInputsResponse"
},
"headers": {
@ -2149,7 +2136,6 @@
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"description": "Response schema.",
"$ref": "#/definitions/GetAdditionalSellerInputsResponse"
},
"headers": {
@ -3810,7 +3796,7 @@
},
"StateOrProvinceCode": {
"type": "string",
"description": "The state or province code.",
"description": "The state or province code. **Note.** Required in the Canada, US, and UK marketplaces. Also required for shipments originating from China.",
"maxLength": 30
},
"RejectedShippingService": {