Skip to content

ProductStockShipping model

ProductStockShipping is a model representing details about the shipping of the certain product stock and consists of the following fields:

  • shippingId: string
  • engine: string
  • name: string
  • description: string
  • freeShipping:Price | undefined

Price

Price represents the Price model.