Files
web-frontend/graphql/operations/manager/set-order-offer.graphql
2026-04-04 11:16:16 +07:00

16 lines
242 B
GraphQL

mutation ManagerSetOrderOffer($input: SetOrderOfferInput!) {
managerSetOrderOffer(input: $input) {
id
code
status
deliveryTerms
deliveryFee
totalPrice
items {
id
unitPrice
lineTotal
}
}
}