Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for creating child products.

Hierarchy

  • CreateChildProductInput

Index

Constructors

constructor

  • Constructor function for CreateChildProductInput class

    Returns CreateChildProductInput

Properties

childProductId

childProductId: string

Object Id of the child product

parentProductId

parentProductId: string

Object Id of the parent product

relationshipType

relationshipType: string

Relationship type between the parent and the child product

sequence

sequence: number

Child line number for the relationship

Methods

getCreateChildProductInputString

  • getCreateChildProductInputString(): string
  • Makes input for createChildProduct() sdk function

    Returns string

    • stringified json for input

Generated using TypeDoc