Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Sep 29, 2023
1 parent a44de0c commit 587bcbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-specs/graphql/schema.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -6506,7 +6506,7 @@ input OrderCartCommand {
purchaseOrderNumber: String
paymentState: PaymentState
orderState: OrderState
state: ReferenceInput
state: ResourceIdentifierInput
shipmentState: ShipmentState
orderNumber: String
custom: CustomFieldsDraft
Expand Down Expand Up @@ -6793,7 +6793,7 @@ input OrderQuoteCommand {
quoteStateToAccepted: Boolean = false
paymentState: PaymentState
orderState: OrderState
state: ReferenceInput
state: ResourceIdentifierInput
shipmentState: ShipmentState
orderNumber: String
custom: CustomFieldsDraft
Expand Down Expand Up @@ -10974,7 +10974,7 @@ input SetPaymentCustomType {
}

input SetPaymentCustomer {
customer: ReferenceInput
customer: ResourceIdentifierInput
}

input SetPaymentExternalId {
Expand Down

0 comments on commit 587bcbd

Please sign in to comment.