Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

TaxonRepositionTaxon.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

SpreeClient::TaxonRepositionTaxon

Properties

Name Type Description Notes
new_parent_id Integer The ID of the new target parent Taxon.
new_position_idx Integer The new index position of the Taxon within the parent Taxon.

Example

require 'spree_client'

instance = SpreeClient::TaxonRepositionTaxon.new(
  new_parent_id: 1,
  new_position_idx: 1
)