Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 427 Bytes

CreateClassificationParamsClassification.md

File metadata and controls

22 lines (16 loc) · 427 Bytes

SpreeClient::CreateClassificationParamsClassification

Properties

Name Type Description Notes
product_id String
taxon_id String
position Integer

Example

require 'spree_client'

instance = SpreeClient::CreateClassificationParamsClassification.new(
  product_id: 1,
  taxon_id: 1,
  position: 1
)