CreateNC365Item
Create a Magento item from a standard BC item.
Parameters:
- Item – The item record
Returns: nothing
CreateNC365Item
Create a Magento item from a standard BC item.
Parameters:
- Item – The item record
- RaiseEvents – Boolean to indicate whether you want to raise the before and after events
Returns: nothing
CreateNC365ItemVariant
Create a Magento item from a standard BC item variant
Parameters:
- ItemVariant – The item variant record
Returns: nothing
AssignConfigurableItem.
Link a simple item to a configurable item.
Parameters:
- ConfigurableItemNo – The configurable item no
- SimpleItemNo – The simple item no
Returns: nothing
AssignRelatedItem
Assign a related item to another item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The related item
- Position – If 0 is supplied the position will automatically be calculated
Returns: nothing
AssignUpSellItem
Assign an up sell item to another item .
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The up sell item
- Position – If 0 is supplied the position will automatically be calculated
Returns: nothing
AssignCrossSellItem
Assign a cross sell item to another item .
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The cross sell item
- Position – If 0 is supplied the position will automatically be calculated
Returns: nothing
AssignGroupedItem
Assign a grouped item to a parent item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The grouped item
- Position – If 0 is supplied the position will automatically be calculated
Returns: nothing
UnassignConfigurableItem
Unassign a simple item from a configurable item.
Parameters:
- ItemNo – The configurable item
- LinkedItemNo – The simple item
Returns: nothing
UnassignRelatedItem
Unassign a related item from a parent item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The related item
Returns: nothing
UnassignUpSellItem
Unassign an up sell item from a parent item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The up sell item
Returns: nothing
UnassignCrossSellItem
Unassign a cross sell item from a parent item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The cross sell item
Returns: nothing
UnassignGroupedItem
Unassign a grouped item from a parent item.
Parameters:
- ItemNo – The parent item
- LinkedItemNo – The grouped item
Returns: nothing
ItemExists
A simple check to see if a Magento item exists.
Parameters:
- ItemNo – The item no. to check
Returns: Boolean that indicates whether a Magento item exists
ItemExists
A simple check to see if a Magento item exists for a given store.
Parameters:
- ItemNo – The item no. to check
- StoreCode – The store code
Returns: Boolean that indicates whether a Magento item exists for the given store
GetCategoryBreadcrumbs
Returns the breadcrumbs for all categories assigned to the item.
Parameters:
- NC365Item – The NC365 Item record
Returns: nothing
GetCategoryBreadcrumbs
Returns the breadcrumbs for all categories assigned to the item.
Parameters:
- ItemNo – The Item No
Returns: nothing
GetAssingedWebsiteCodes
Retrieves website codes assigned to an item.
Parameters:
- NC365Item – The NC365 Item record
Returns: A list of website codes
GetAssingedWebsiteCodes
Retrieves website codes assigned to an item.
Parameters:
- ItemNo – The Item No
Returns: A list of website codes
GetAssingedWebsiteIDs
Retrieves website IDs assigned to an item.
Parameters:
- NC365Item – The NC365 Item record
Returns: A list of website IDs
GetAssingedWebsiteIDs
Retrieves website IDs assigned to an item.
Parameters:
- ItemNo – The Item No
Returns: A list of website IDs
GetDescription
Retrieves the description (HTML) for the specified item.
Parameters:
- ItemNo – The Item No
Returns: The description (HTML)
GetDescription
Retrieves the description (HTML) for the specified item.
Parameters:
- ItemNo – The Item No
- StoreCode – The Store Code
Returns: The description (HTML)
GetDescription
Retrieves the description (HTML) for the specified item.
Parameters:
- NC365Item – The NC365 Item record
Returns: The description (HTML)
GetShortDescription
Retrieves the short description (HTML) for the specified item.
Parameters:
- ItemNo – The Item No
Returns: The short description (HTML)
GetShortDescription
Retrieves the short description (HTML) for the specified item.
Parameters:
- ItemNo – The Item No
- StoreCode – The Store Code
Returns: The short description (HTML)
GetShortDescription
Retrieves the short description (HTML) for the specified item.
Parameters:
- NC365Item – The NC365 Item record
Returns: The short description (HTML)
GetImageUrls
Retrieves a list of image URLs for the specified item.
Parameters:
- NC365Item – The NC365 Item record
Returns: A list of image URLs
GetImageUrls
Retrieves a list of image URLs for the specified item.
Parameters:
- ItemNo – The Item No
Returns: A list of image URLs