> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/scalars/positive-decimal

# PositiveDecimal Scalar

Nonnegative Decimal scalar implementation.

Should be used in places where value must be nonnegative (0 or greater).

```graphql
scalar PositiveDecimal
```

<a id="member-of"></a>

### Member Of

[`ChannelListingUpdateInput`](/api-reference/products/inputs/channel-listing-update-input.md) input  ● [`CheckoutLineInput`](/api-reference/checkout/inputs/checkout-line-input.md) input  ● [`CheckoutLineUpdateInput`](/api-reference/checkout/inputs/checkout-line-update-input.md) input  ● [`DraftOrderCreateInput`](/api-reference/orders/inputs/draft-order-create-input.md) input  ● [`DraftOrderInput`](/api-reference/orders/inputs/draft-order-input.md) input  ● [`GiftCardUpdateInput`](/api-reference/gift-cards/inputs/gift-card-update-input.md) input  ● [`MoneyInput`](/api-reference/miscellaneous/inputs/money-input.md) input  ● [`OrderBulkCreateDeliveryMethodInput`](/api-reference/orders/inputs/order-bulk-create-delivery-method-input.md) input  ● [`OrderBulkCreateOrderLineInput`](/api-reference/orders/inputs/order-bulk-create-order-line-input.md) input  ● [`orderCapture`](/api-reference/deprecated/orders/mutations/order-capture.md) mutation  ● [`OrderDiscount`](/api-reference/discounts/objects/order-discount.md) object  ● [`OrderDiscountCommonInput`](/api-reference/orders/inputs/order-discount-common-input.md) input  ● [`OrderEventDiscountObject`](/api-reference/orders/objects/order-event-discount-object.md) object  ● [`OrderLine`](/api-reference/orders/objects/order-line.md) object  ● [`OrderLineCreateInput`](/api-reference/orders/inputs/order-line-create-input.md) input  ● [`OrderLineDiscount`](/api-reference/orders/objects/order-line-discount.md) object  ● [`orderRefund`](/api-reference/deprecated/orders/mutations/order-refund.md) mutation  ● [`OrderRefundProductsInput`](/api-reference/orders/inputs/order-refund-products-input.md) input  ● [`OrderReturnProductsInput`](/api-reference/orders/inputs/order-return-products-input.md) input  ● [`paymentCapture`](/api-reference/deprecated/payments/mutations/payment-capture.md) mutation  ● [`paymentGatewayInitialize`](/api-reference/payments/mutations/payment-gateway-initialize.md) mutation  ● [`PaymentGatewayInitializeSession`](/api-reference/payments/objects/payment-gateway-initialize-session.md) object  ● [`PaymentInput`](/api-reference/payments/inputs/payment-input.md) input  ● [`paymentRefund`](/api-reference/deprecated/payments/mutations/payment-refund.md) mutation  ● [`PriceInput`](/api-reference/miscellaneous/inputs/price-input.md) input  ● [`ProductVariantChannelListingAddInput`](/api-reference/products/inputs/product-variant-channel-listing-add-input.md) input  ● [`PromotionRule`](/api-reference/discounts/objects/promotion-rule.md) object  ● [`PromotionRuleCreateInput`](/api-reference/miscellaneous/inputs/promotion-rule-create-input.md) input  ● [`PromotionRuleInput`](/api-reference/discounts/inputs/promotion-rule-input.md) input  ● [`PromotionRuleUpdateInput`](/api-reference/miscellaneous/inputs/promotion-rule-update-input.md) input  ● [`SaleChannelListingAddInput`](/api-reference/discounts/inputs/sale-channel-listing-add-input.md) input  ● [`SaleInput`](/api-reference/discounts/inputs/sale-input.md) input  ● [`ShippingMethodChannelListingAddInput`](/api-reference/shipping/inputs/shipping-method-channel-listing-add-input.md) input  ● [`TaxedMoneyInput`](/api-reference/orders/inputs/taxed-money-input.md) input  ● [`TransactionAction`](/api-reference/payments/objects/transaction-action.md) object  ● [`transactionEventReport`](/api-reference/payments/mutations/transaction-event-report.md) mutation  ● [`transactionInitialize`](/api-reference/payments/mutations/transaction-initialize.md) mutation  ● [`TransactionProcessAction`](/api-reference/payments/objects/transaction-process-action.md) object  ● [`transactionRequestAction`](/api-reference/payments/mutations/transaction-request-action.md) mutation  ● [`VoucherChannelListingAddInput`](/api-reference/discounts/inputs/voucher-channel-listing-add-input.md) input
