AmazonItemsWrapper
extends InventoryItemWrapper
in package
Table of Contents
- $RecordType : mixed
- $TransactionType : mixed
- getAmazonInventoryItemByFNSKU() : InventoryItem
- getAmazonInventoryItemByInternalItemId() : InventoryItem
- getFNSKUByInternalID() : mixed
- getInternalInventoryItemByFNSKU() : mixed
- getLocationById() : InventoryItemLocations|null
Properties
$RecordType
public
static mixed
$RecordType
= NetSuiteClassesRecordType::inventoryItem
$TransactionType
public
static mixed
$TransactionType
= NetSuiteClassesRecordType::inventoryItem
Methods
getAmazonInventoryItemByFNSKU()
public
static getAmazonInventoryItemByFNSKU( $fnsku) : InventoryItem
Parameters
Tags
Return values
InventoryItem —getAmazonInventoryItemByInternalItemId()
public
static getAmazonInventoryItemByInternalItemId(int $intermalId) : InventoryItem
Parameters
- $intermalId : int
Tags
Return values
InventoryItem —getFNSKUByInternalID()
public
static getFNSKUByInternalID(int $id) : mixed
Parameters
- $id : int
Tags
Return values
mixed —getInternalInventoryItemByFNSKU()
public
static getInternalInventoryItemByFNSKU(mixed $fnsku) : mixed
Parameters
- $fnsku : mixed
Return values
mixed —getLocationById()
public
static getLocationById(InventoryItem &$item, int $id) : InventoryItemLocations|null
Parameters
- $item : InventoryItem
- $id : int