Class: CategoryProductUpdateAssigned

Request~CategoryProductUpdateAssigned(clientnullable, categorynullable)

Handles API Request CategoryProduct_Update_Assigned. Scope: Store.

Constructor

new CategoryProductUpdateAssigned(clientnullable, categorynullable)

CategoryProductUpdateAssigned Constructor.

CategoryProductUpdateAssigned Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
category Category <nullable>
null
Source:
See:

Methods

createResponse() → {Response}

Create a response object from the response data.

Create a response object from the response data.

Source:
Returns:
Type
Response

getAssigned() → {boolean}

Get Assigned.

Get Assigned.

Source:
Returns:
Type
boolean

getCategoryCode() → {string}

Get Category_Code.

Get Category_Code.

Source:
Returns:
Type
string

getCategoryId() → {number}

Get Category_ID.

Get Category_ID.

Source:
Returns:
Type
number

getEditCategory() → {string}

Get Edit_Category.

Get Edit_Category.

Source:
Returns:
Type
string

getEditProduct() → {string}

Get Edit_Product.

Get Edit_Product.

Source:
Returns:
Type
string

getProductCode() → {string}

Get Product_Code.

Get Product_Code.

Source:
Returns:
Type
string

getProductId() → {number}

Get Product_ID.

Get Product_ID.

Source:
Returns:
Type
number

getProductSku() → {string}

Get Product_SKU.

Get Product_SKU.

Source:
Returns:
Type
string

setAssigned(assigned) → {CategoryProductUpdateAssigned}

Set Assigned.

Set Assigned.

Parameters:
Name Type Description
assigned boolean
Source:
Returns:
Type
CategoryProductUpdateAssigned

setCategoryCode(categoryCode) → {CategoryProductUpdateAssigned}

Set Category_Code.

Set Category_Code.

Parameters:
Name Type Description
categoryCode string
Source:
Returns:
Type
CategoryProductUpdateAssigned

setCategoryId(categoryId) → {CategoryProductUpdateAssigned}

Set Category_ID.

Set Category_ID.

Parameters:
Name Type Description
categoryId number
Source:
Returns:
Type
CategoryProductUpdateAssigned

setEditCategory(editCategory) → {CategoryProductUpdateAssigned}

Set Edit_Category.

Set Edit_Category.

Parameters:
Name Type Description
editCategory string
Source:
Returns:
Type
CategoryProductUpdateAssigned

setEditProduct(editProduct) → {CategoryProductUpdateAssigned}

Set Edit_Product.

Set Edit_Product.

Parameters:
Name Type Description
editProduct string
Source:
Returns:
Type
CategoryProductUpdateAssigned

setProductCode(productCode) → {CategoryProductUpdateAssigned}

Set Product_Code.

Set Product_Code.

Parameters:
Name Type Description
productCode string
Source:
Returns:
Type
CategoryProductUpdateAssigned

setProductId(productId) → {CategoryProductUpdateAssigned}

Set Product_ID.

Set Product_ID.

Parameters:
Name Type Description
productId number
Source:
Returns:
Type
CategoryProductUpdateAssigned

setProductSku(productSku) → {CategoryProductUpdateAssigned}

Set Product_SKU.

Set Product_SKU.

Parameters:
Name Type Description
productSku string
Source:
Returns:
Type
CategoryProductUpdateAssigned

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object