PayNow

StorefrontProductStockDto

The stock status information for the product in the storefront.

available_to_purchasebooleanRequired
Indicates whether the product is currently available for purchase (there is available stock).
customer_availableintegerRequired
The number of items available for the customer to purchase (customer stock limit remaining).
Example
{
  "available_to_purchase": true,
  "customer_available": 5
}