Skip to content

Commit

Permalink
Update modifications.json
Browse files Browse the repository at this point in the history
Add removal of requirement "RequiresAdditionalSellerInputs" to modifications json
  • Loading branch information
simonsolutions authored Jul 2, 2024
1 parent c99b76a commit c95befe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resources/metadata/modifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@
}
]
},
"merchant-fulfillment": {
"0": [
{
"comment": "Remove required 'RequiresAdditionalSellerInputs', its not always present in response",
"action": "replace",
"path": "components.schemas.ShippingService.required",
"value": [
"CarrierName",
"Rate",
"ShipDate",
"ShippingServiceId",
"ShippingServiceName",
"ShippingServiceOfferId",
"ShippingServiceOptions"
]
}
]
},
"orders": {
"0": [
{
Expand Down

0 comments on commit c95befe

Please sign in to comment.