Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 332 Bytes

CreateProductParams.md

File metadata and controls

18 lines (12 loc) · 332 Bytes

SpreeClient::CreateProductParams

Properties

Name Type Description Notes
product CreateProductParamsProduct

Example

require 'spree_client'

instance = SpreeClient::CreateProductParams.new(
  product: null
)