Category_Create
Creates a new Category
-
CategoryCreate
$CategoryData: The input in CategoryCreate Object format
Category_CreateOrUpdate
Creates or updates a Category. Assumes that only unique Category titles exist for a given level in the shop. If the Title supplied is not found on the level a new Category is created
Category_CreatePicture
Creates a new CategoryPicture
Category_Delete
Deletes a Category
boolean
Category_Delete
(int $CategoryId)
-
int
$CategoryId: The id of the Category to delete
Category_DeletePicture
Deletes a CategoryPicture
boolean
Category_DeletePicture
(int $CategoryPictureId)
-
int
$CategoryPictureId: the id of the CategoryPicture to delete
Category_GetAll
Returns all Categories
Category[]
Category_GetAll
()
Category_GetById
Returns the indicated Category
Category
Category_GetById
(
int $CategoryId)
-
int
$CategoryId: The id of the Category
Category_GetPictures
Returns the CategoryPictures of the indicated Category
CategoryPicture[]
Category_GetPictures
(int $CategoryId)
-
int
$CategoryId: The id of the Category of the wanted CategoryPictures
Category_Update
Updates a new Category
-
CategoryUpdate
$CategoryData: The input in CategoryUpdate Object format
Category_UpdatePicture
Updates a CategoryPicture
Category_UpdateTitle
Updates the Title of a Category in the specified Language
boolean
Category_UpdateTitle
(int $CategoryId, string $Title, string $LanguageISO)
-
int
$CategoryId: The id of the Category to update
-
string
$Title: The new title
-
string
$LanguageISO: The LanguageISO the new title should be set in
Currency_Create
Creates a new Currency
-
CurrencyCreate
$CurrencyData: The input in CurrencyCreate Object format
Currency_Delete
Deletes a Currency
boolean
Currency_Delete
(int $CurrencyId)
-
int
$CurrencyId: The id of the Currency to delete
Currency_GetAll
Returns all Currencies
Currency[]
Currency_GetAll
()
Currency_GetByIso
Returns the indicated Currency
Currency
Currency_GetByIso
(
string $Iso)
-
string
$Iso: The isocode of the wanted Currency
Currency_Update
Updates a Currency
-
CurrencyUpdate
$CurrencyData: The input in CurrencyUpdate Object format
Delivery_GetAll
Returns all available Delivery Methods
Delivery[]
Delivery_GetAll
()
Delivery_GetByLocation
Returns Deliveries available in the supplied region
Delivery[]
Delivery_GetByLocation
(int $Zip, string $CountryCode, double $Weight)
-
int
$Zip: the Zip code of the region
-
string
$CountryCode: the Countrycode of the region
-
double
$Weight: the Weight of the order
Delivery_UpdateDropPoint
Updates a DropPointId of an OrderDelivery
boolean
Delivery_UpdateDropPoint
(int $OrderId, string $DropPointId)
-
int
$OrderId: the OrderId of the OrderDelivery
-
string
$DropPointId: the DropPointId of the OrderDelivery
DiscountGroupProduct_Create
Creates a new DiscountGroupProduct
DiscountGroupProduct_Delete
Deletes a DiscountGroupProduct
boolean
DiscountGroupProduct_Delete
(string $DiscounProducttGroupTitle)
-
string
$DiscounProducttGroupTitle: The title of the DiscountGroup to delete
DiscountGroupProduct_GetAll
Returns all DiscountGroupProducts
DiscountGroupProduct[]
DiscountGroupProduct_GetAll
()
DiscountGroupProduct_GetById
Returns the indicated DiscountGroupProduct
-
int
$DiscountGroupProductId: The id of the wanted DiscountGroupProduct
DiscountGroupProduct_GetByTitle
Returns the indicated DiscountGroupProduct
DiscountGroupProduct
DiscountGroupProduct_GetByTitle
(
$DiscountGroupProductTitle,
string $DiscountGroupProductId)
-
string
$DiscountGroupProductId: The title of the wanted DiscountGroupProduct
-
$DiscountGroupProductTitle
DiscountGroupProduct_Update
Updates a DiscountGroupProduct
DiscountGroup_Create
Creates a new DiscountGroup
DiscountGroup_Delete
Deletes a DiscountGroup
boolean
DiscountGroup_Delete
(int $DiscountGroupId)
-
int
$DiscountGroupId: The id of the DiscountGroup to delete
DiscountGroup_GetAll
Returns all DiscountGroups
DiscountGroup[]
DiscountGroup_GetAll
()
DiscountGroup_GetById
Returns the indicated DiscountGroup
-
int
$DiscountGroupId: The id of the wanted DiscountGroup
DiscountGroup_GetByTitle
Returns the indicated DiscountGroup
DiscountGroup
DiscountGroup_GetByTitle
(
$DiscountGroupTitle,
string $DiscountGroupId)
-
string
$DiscountGroupId: The title of the wanted DiscountGroup
-
$DiscountGroupTitle
DiscountGroup_Update
Updates a DiscountGroup
Discount_Create
Creates a new Discount
-
DiscountCreate
$DiscountData: The inputdata in DiscountCreate Object form
Discount_Delete
Deletes a Discount
boolean
Discount_Delete
(int $DiscountId)
-
int
$DiscountId: The id of the Discount to delete
Discount_GetAll
Returns all Discounts.
Discount[]
Discount_GetAll
()
Discount_GetById
Returns the indicated Discount.
Discount
Discount_GetById
(
int $DiscountId)
Discount_Update
Updates a Discount
-
DiscountUpdate
$DiscountData: The input in DiscountUpdate Object format
Newsletter_CreateCustomField
Creates a new NewsletterCustomField
Newsletter_DeleteCustomField
Deletes a NewsletterCustomField
boolean
Newsletter_DeleteCustomField
(int $CustomFieldId)
-
int
$CustomFieldId: The id of the NewsletterCustomField to delete
Newsletter_GetCustomFieldByGroup
Returns the NewsletterCustomFields of the indicated UserGroup and Type (1: Mailmarketing)
NewsletterCustomField[]
Newsletter_GetCustomFieldByGroup
(int $UserGroupId, int $ServiceId)
-
int
$UserGroupId: The id of the UserGroup
-
int
$ServiceId: The id of the mail service
Newsletter_GetCustomFieldById
Returns the indicated NewsletterCustomField
-
int
$CustomFieldId: The id of the NewsletterCustomField
-
int
$ServiceId: The id of the mail service
Newsletter_UpdateCustomField
Updates a NewsletterCustomField
Order_CancelTransaction
Cancels a transaction in the paymentgateway
string
Order_CancelTransaction
(string $TransactionCode, int $OrderId)
-
string
$TransactionCode: the transactioncode of the transaction to cancel
-
int
$OrderId: the id of the Order of the transaction
Order_CompleteTransaction
Completes a transaction in the paymentgateway
string
Order_CompleteTransaction
(string $TransactionCode, int $OrderId)
-
string
$TransactionCode: the transactioncode of the transaction to complete
-
int
$OrderId: the id of the Order of the transaction
Order_ActivateKlarnaInvoice
Activates a klarna invoice
string
Order_ActivateKlarnaInvoice
(int $OrderId)
-
int
$OrderId: the id of the Order of the Klarna invoice
Order_CancelKlarnaInvoice
Cancels a klarna invoice
string
Order_CancelKlarnaInvoice
(int $OrderId)
-
int
$OrderId: the id of the Order of the Klarna invoice
Order_Create
Creates a new Order
-
OrderCreate
$OrderData: The input in OrderCreate Object format
Order_CreateInvoice
Creates an invoice with a maturity date for an Order
bool
Order_CreateInvoice
(int $OrderId, int $MaturityDayInterval)
-
int
$OrderId: OrderId The id of the Order
-
int
$MaturityDayInterval: MaturityDayInterval the amount of days from today's date to set the maturity date for the Invoice (0, 8, 14 or 30 days)
Order_UploadInvoice
Uploads an invoice file with an invoice number for an Order
bool
Order_UploadInvoice
(int $OrderId, string $InvoiceNumber, string $FileContent)
-
int
$OrderId: The id of the Order
-
string
$InvoiceNumber: The number of the Invoice. Only letters, numbers, dashes and underscores are allowed
-
string
$FileContent: The content of the invoice file encoded in base64. Only the following file types are allowed: pdf, jpg, png, gif
Order_GetAll
Returns information about all Orders. The output format can be set with Order_SetFields
Order[]
Order_GetAll
()
Order_GetAllWithPagination
Returns paginated information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetAllWithPagination
(int $Page, int $PageSize)
-
string
$Page: The page to return, starting at index 1
-
string
$PageSize: The number of Orders to return per page
Order_GetByDate
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByDate
(string $Start, string $End, string $Status)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders from first entry
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders to current date
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
Order_GetByDateWithPagination
Returns paginated information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByDateWithPagination
(string $Start, string $End, string $Status,int $Page, int $PageSize)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders from first entry
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders to current date
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
-
string
$Page: The page to return, starting at index 1
-
string
$PageSize: The number of Orders to return per page
Order_GetByDateAndUser
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByDateAndUser
(string $Start, string $End, string $Status, int $UserId)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' format. Null to fetch orders from first entry
-
string
$End: the end date of the query in 'yyyy-mm-dd' format. Null to fetch orders to current date
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
-
int
$UserId: the id of the User who must have made the orders
Order_GetByDateUpdated
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByDateUpdated
(string $Start, string $End, string $Status)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders from first entry
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders to current date
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
Order_GetByDateUpdatedWithPagination
Returns paginated information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByDateUpdatedWithPagination
(string $Start, string $End, string $Status, int $Page, int $PageSize)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders from first entry
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch orders to current date
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
-
string
$Page: The page to return, starting at index 1
-
string
$PageSize: The number of Orders to return per page
Order_GetById
Returns the indicated Order. The output format can be set with Order_SetFields
Order
Order_GetById
(
int $OrderId)
-
int
$OrderId: The id of the wanted Order
Order_GetByNumber
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByNumber
(int $Start, int $End)
-
int
$Start: the start number of the query
-
int
$End: the end number of the query
Order_GetBySite
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetBySite
(int $Site)
-
int
$Site: The site of the order
Order_GetByStatus
Returns information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByStatus
(string $Status)
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
Order_GetByStatusWithPagination
Returns paginated information about orders. The output format can be set with Order_SetFields
Order[]
Order_GetByStatusWithPagination
(string $Status,int $Page, int $PageSize)
-
string
$Status: A comma separated list of Status ids (0: Not Received, 1: Order Received, 2: Processing, 3: Order Sent, 4: Reopen, 5: Cancelled, 6: Ready for pickup, 7: Partially sent, 8: Picked up, 99: Draft, 100: Credit note)
-
string
$Page: The page to return, starting at index 1
-
string
$PageSize: The number of Orders to return per page
Order_GetCurrency
Returns the indicated OrderCurrency
-
int
$CurrencyId: The id of the wanted Currency
Order_GetCustomer
Returns the indicated OrderCustomer
-
int
$CustomerId: The id of the wanted OrderCustomer
Order_GetDelivery
Returns the indicated OrderDelivery
-
int
$DeliveryId: The id of the wanted Delivery
Order_GetDiscountCodes
Returns the OrderDiscountCodes for the indicated Order
OrderDiscountCode[]
Order_GetDiscountCodes
(int $OrderId)
-
int
$OrderId: The id of the Order of the DiscountCodes
Order_GetFileDownload
Returns the indicated OrderFileDownload
-
int
$FileDownloadId: The id of the wanted OrderFileDownload
Order_GetLineAddresses
Returns the OrderLineAddresses of the indicated OrderLine.
OrderLineAddress[]
Order_GetLineAddresses
(int $OrderLineId)
-
int
$OrderLineId: The id of the OrderLine of the Order
Order_GetLines
Returns the OrderLines of the indicated Order. The output format can be set with Order_SetOrderLineFields
OrderLine[]
Order_GetLines
(int $OrderId)
-
int
$OrderId: The id of the Order of the OrderLines
Order_SetTransactionCode
Creates a new Order Transaction
Order_GetPacking
Returns the indicated OrderPacking
-
int
$PackingId: The id of the OrderPacking
Order_GetPayment
Returns the indicated OrderPayment
-
int
$PaymentId: The id of the OrderPayment
Order_GetTransactions
Returns the OrderTransactions of the indicated Order
OrderTransaction[]
Order_GetTransactions
(int $OrderId)
-
int
$OrderId: The id of the Order of the OrderTransactions
Order_LowerTransaction
Lowers a transaction in the payment gateway
string
Order_LowerTransaction
(string $TransactionCode, int $Amount, int $OrderId)
-
string
$TransactionCode: the transactioncode of the transaction to cancel
-
int
$Amount: The new amount of the translation in 1/100 of the currency. That is, and Amount of 150 equals 1.50
-
int
$OrderId: the id of the Order of the transaction
Order_SendInvoiceEmail
Sends an invoice e-mail for an Order. Note: an email can only be sent once per order
boolean
Order_SendInvoiceEmail
( $OrderId)
Order_SendStatusEmail
Sends a status e-mail for an Order for its current order status. Note: an email can only be sent once per order and status
boolean
Order_SendStatusEmail
( $OrderId)
Order_SetFields
Sets the output format for all methods returning Order Objects. If not set, the output format includes the Id
boolean
Order_SetFields
(string $Fields)
-
string
$Fields: Comma separated list of fieldnames. Must match the fields in the Order Object
Order_SetOrderLineFields
Sets the outputformat for all methods returning OrderLine Objects. If not set, the output format includes only the Id
boolean
Order_SetOrderLineFields
(string $Fields)
-
string
$Fields: A comma separated list of Fieldnames. Must Match fieldnames of the OrderLine Object
Order_UpdateComment
Updates the comment of the order
boolean
Order_UpdateComment
(int $OrderId, string $Text)
-
int
$OrderId: The id of the Order to update
-
string
$Text: The new text of the internal note
Order_UpdateLineServiceType
Updates the service type of an order line
boolean
Order_UpdateLineServiceType
(int $OrderLineId, string $ServiceType)
-
int
$OrderLineId: The id of the orderline to update
-
string
$ServiceType: The id of the new ServiceType of the orderline
Order_UpdateLineStatus
Updates the status of an order line
boolean
Order_UpdateLineStatus
(int $OrderLineId, int $Status)
-
int
$OrderLineId: The id of the orderline to update
-
int
$Status: The new status of the orderline
Order_UpdateLineTrackingCode
Updates the trackingcode of an order line
boolean
Order_UpdateLineTrackingCode
(int $OrderLineId, string $TrackingCode)
-
int
$OrderLineId: The id of the orderline to update
-
string
$TrackingCode: The new trackingCode of the orderline
Order_UpdateServiceType
Updates the service type of an order
boolean
Order_UpdateServiceType
(int $OrderId, string $ServiceType)
-
int
$OrderId: The id of the orderline to update
-
string
$ServiceType: The id of the new ServiceType of the Order
Order_UpdateSite
Updates the order site
boolean
Order_UpdateSite
(int $OrderId, int $Site)
-
int
$OrderId: The id of the Order to update
-
int
$Site: The new site of the Order
Order_UpdateStatus
Updates the order status
boolean
Order_UpdateStatus
(int $OrderId, int $Status)
-
int
$OrderId: The id of the Order to update
-
int
$Status: The new status of the Order
Order_UpdateTrackingCode
Updates the order trackingcode
boolean
Order_UpdateTrackingCode
(int $OrderId, string $TrackingCode)
-
int
$OrderId: The id of the Order to update
-
string
$TrackingCode: The new trackingCode of the Order
OrderStatusCode_GetAll
Returns information about OrderStatusCode.
OrderStatusCode[]
OrderStatusCode_GetAll()
()
PageText_Create
Creates a new PageText.
-
PageTextCreate
$PageTextData: The input in PageTextCreate Object format
PageText_Delete
Deletes a PageText
boolean
PageText_Delete
(int $PageTextId)
-
int
$PageTextId: The id of the PageText to delete
PageText_GetByFolder
Returns the PageTexts of the indicated folder. The output format can be set with PageText_SetFields
PageTex[]t
PageText_GetByFolder
(int $FolderId)
-
int
$FolderId: the id of the folder
PageText_GetById
Returns the indicated PageText. The output format can be set with PageText_SetFields
PageText
PageText_GetById
(
int $PageTextId)
PageText_GetByIds
Returns the indicated PageTexts. The output format can be set with PageText_SetFields
PageText[]
PageText_GetByIds
(string $PageTextIds)
-
string
$PageTextIds: A comma separated list of ids.
PageText_GetByLink
Returns the indicated PageText. The output format can be set with PageText_SetFields
PageText
PageText_GetByLink
(
string $PageTextLink)
PageText_SetFields
Sets the outputformat for all methods returning PageText Objects. If not set, the output format includes only the Id
boolean
PageText_SetFields
(string $Fields)
-
string
$Fields: A comma separated list of Fieldnames. Must Match fieldnames of the PageText Object
PageText_SetThumbOptions
Sets the format for the thumbnails returned in PageText objects
bool
PageText_SetThumbOptions
(int $ThumbWidth, int $ThumbHeight, bool $Crop, bool $Greyscale, bool $Watermark)
-
int
$ThumbWidth: the width of the thumbnail
-
int
$ThumbHeight: the height of the thumbnail
-
bool
$Crop: wether or not to crop
-
bool
$Greyscale: wether or not to greyscale
-
bool
$Watermark: wether or not to watermark the thumbnail
PageText_Update
Updates a PageText.
-
PageTextUpdate
$PageTextData: The input in PageTextUpdate Object format
Page_DeletePicture
Deletes a PagePicture
boolean
Page_DeletePicture
(int $PagePictureId)
-
int
$PagePictureId: The id of the PagePicture to delete
Page_GetPictures
Returns the PagePictures of the indicated Page.
PagePicture[]
Page_GetPictures
(int $PageId)
Page_GetPictureThumbnails
Returns the PagePictures of the indicated Page.
PagePicture[]
Page_GetPictureThumbnails
(int $PageId, int $ThumbWidth, int $ThumbHeight, bool $Crop, bool $Greyscale, bool $Watermark)
-
int
$PageId: the id of the Page of the PagePictures
-
int
$ThumbWidth: the width of the thumbnail
-
int
$ThumbHeight: the height of the thumbnail
-
bool
$Crop: wether or not to crop
-
bool
$Greyscale: wether or not to greyscale
-
bool
$Watermark: wether or not to watermark the thumbnail
Payment_GetAll
Returns all available PaymentMethods
PaymentMethod[]
Payment_GetAll
()
Payment_GetByCountry
Returns the available PaymentMethods for the given country code
PaymentMethod[]
Payment_GetByCountry
(string $CountryCode)
-
string
$CountryCode: the CountryCode
Product_AddAdditionalType
Adds an existing ProductAdditionalType to the indicated Product
boolean
Product_AddAdditionalType
(int $ProductId, int $AdditionalTypeId)
-
int
$ProductId: The id of the Product to add the ProductAdditionalType to
-
int
$AdditionalTypeId: The id of the ProductAdditionalType
Product_AddCustomData
Adds an existing ProductCostumData to the indicated Product
boolean
Product_AddCustomData
(int $ProductId, int $CustomDataId)
-
int
$ProductId: The id of the Product to add the ProductCustomData to
-
int
$CustomDataId: The id of the ProductCustomData
Product_Create
Creates a new Product
-
ProductCreate
$ProductData: The input in ProductCreate Object format
Product_CreateCustomData
Creates a new ProductCustomData
Product_CreateCustomDataType
Creates a new ProductCustomDataType
Product_CreateDeliveryCountry
Creates a new ProductDeliveryCountry
Product_CreateDeliveryTime
Creates a new ProductDeliveryTime
Product_CreateDiscount
Creates a new ProductDiscount
Product_CreateDiscountAccumulative
Creates a ProductDiscountAccumulative
Product_CreateExtraBuyCategory
Creates a new ProductExtraBuyCategory
Product_CreateExtraBuyRelation
Creates a new ProductExtraBuyRelation
Product_CreateFile
Creates a new ProductFile
Product_CreateOrUpdate
Creates or Updates a Product using its ItemNumber as key. Assumes that only unique ItemNumbers exist in the shop. If the Itemnumber supplied is not found a new product is created
Product_CreateOrUpdateVariant
Creates or Updates a ProductVariant using its ItemNumber as key. Assumes that only unique ItemNumbers exist in the shop. If the Itemnumber supplied is not found a new ProductVariant is created
Product_CreateOrUpdateVariantType
Creates or Updates a ProductVariantType using Title as key. Assumes that only unique ProductVariantType Titles in a given language exist in the shop. If the Title supplied is not found a new ProductVariantType is created
Product_CreateOrUpdateVariantTypeValue
Creates or Updates a ProductVariantTypeValue using Title and ProductVariantType id as keys. If the Title supplied is not found a new ProductVariantTypeValue is created
Product_CreatePicture
Creates a new ProductPicture
Product_CreateUnit
Creates a new ProductUnit
Product_CreateVariant
Creates a new ProductVariant
Product_Delete
Deletes a Product
boolean
Product_Delete
(int $ProductId)
-
int
$ProductId: The id of the Product to delete
Product_DeleteAdditional
Deletes a ProductAdditional
boolean
Product_DeleteAdditional
(int $ProductAdditionalId)
-
int
$ProductAdditionalId: The id of the ProductAdditional to delete
Product_DeleteAllDiscountAccumulativeByProductGroup
Deletes all ProductDiscountAccumulatives of a DiscountGroupProduct
boolean
Product_DeleteAllDiscountAccumulativeByProductGroup
(string $DiscountGroupProductTitle)
-
string
$DiscountGroupProductTitle: The Title of the DiscountGroupProduct
Product_DeleteAllDiscountAccumulatives
Deletes all ProductDiscountAccumulatives of a Product
boolean
Product_DeleteAllDiscountAccumulatives
(string $ProductItemNumber)
-
string
$ProductItemNumber: The Itemnumber of the Product
Product_DeleteAllDiscounts
Deletes all ProductDiscounts of a Product
boolean
Product_DeleteAllDiscounts
(string $ProductItemNumber)
-
string
$ProductItemNumber: The Itemnumber of the Product
Product_DeleteCustomData
Deletes a ProductCustomData
boolean
Product_DeleteCustomData
(int $ProductCustomDataId)
-
int
$ProductCustomDataId: The id of the ProductCustomData to delete
Product_DeleteCustomDataType
Deletes a ProductCustomDataType
boolean
Product_DeleteCustomDataType
(int $ProductCustomDataTypeId)
-
int
$ProductCustomDataTypeId: The id of the ProductCustomDataType to delete
Product_DeleteDeliveryCountry
Deletes a ProductDeliveryCountry
boolean
Product_DeleteDeliveryCountry
(int $ProductDeliveryCountryId)
-
int
$ProductDeliveryCountryId: The id of the ProductDeliveryCountry to delete
Product_DeleteDeliveryTime
Deletes a ProductDeliveryTime
boolean
Product_DeleteDeliveryTime
(int $ProductDeliveryTimeId)
-
int
$ProductDeliveryTimeId: The id of the ProductDeliveryTime to delete
Product_DeleteDiscount
Deletes a ProductDiscount
boolean
Product_DeleteDiscount
(int $ProductDiscountId)
-
int
$ProductDiscountId: The id of the ProductDiscount to delete
Product_DeleteDiscountAccumulative
Deletes a ProductDiscountAccumulative
boolean
Product_DeleteDiscountAccumulative
(int $ProductDiscountAccumulativeId)
-
int
$ProductDiscountAccumulativeId: The id of the ProductDiscountAccumulative to delete
Product_DeleteExtraBuyCategory
Deletes a ProductExtraBuyCategory
boolean
Product_DeleteExtraBuyCategory
(int $ProductExtraBuyCategoryId)
-
int
$ProductExtraBuyCategoryId: The id of the ProductExtraBuyCategory to delete
Product_DeleteExtraBuyRelation
Deletes a ProductExtraBuyRelation
boolean
Product_DeleteExtraBuyRelation
(int $ProductExtraBuyRelationId)
-
int
$ProductExtraBuyRelationId: The id of the ProductExtraBuyRelation to delete
Product_DeleteFile
Deletes a ProductPicture
boolean
Product_DeleteFile
( $FileId, int $PictureId)
-
int
$PictureId: The id of the ProductPicture to delete
-
$FileId
Product_DeletePicture
Deletes a ProductPicture
boolean
Product_DeletePicture
(int $PictureId)
-
int
$PictureId: The id of the ProductPicture to delete
Product_DeleteTag
Deletes a ProductTag
boolean
Product_DeleteTag
(int $ProductTagId)
-
int
$ProductTagId: The id of the ProductTag to delete
Product_DeleteUnit
Deletes a ProductUnit
boolean
Product_DeleteUnit
(int $ProductUnitId)
-
int
$ProductUnitId: The id of the ProductUnit to delete
Product_DeleteVariant
Deletes a ProductVariant
boolean
Product_DeleteVariant
(int $VariantId)
-
int
$VariantId: The id of the ProductVariant to delete
Product_GetAdditionals
Returns the ProductAdditionals of the indicated ProductAdditionalType
ProductAdditional[]
Product_GetAdditionals
(int $AdditionalTypeId)
-
int
$AdditionalTypeId: The id of the ProductAdditionalType of the wanted ProductAdditionals
Product_GetAdditionalTypes
Returns the ProductAdditionalTypes of the indicated Product
ProductAdditionalType[]
Product_GetAdditionalTypes
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductAdditionalTypes
Product_GetAdditionalTypesAll
Returns all ProductAdditionalTypes of the solution
ProductAdditionalType[]
Product_GetAdditionalTypesAll
()
Product_GetAll
Returns information about Products. The output format can be set with Product_SetFields
Product[]
Product_GetAll
()
Product_GetAllExtraBuyCategory
Returns all ProductExtraBuyCategories
ProductExtraBuyCategory[]
Product_GetAllExtraBuyCategory
()
Product_GetAllWithLimit
Equal to Product_GetAll, however it returns only $Length amount of products starting as index $Start. The output format can be set with Product_SetFields
Product[]
Product_GetAllWithLimit
( $Start, $Length)
Product_GetByBrand
Returns the products with this brand. The output format can be set with Product_SetFields
Product[]
Product_GetByBrand
(int $BrandId)
-
int
$BrandId: The id of the Brand of the wanted Products
Product_GetByCategory
Returns the products with this category as their main category. The output format can be set with Product_SetFields
Product[]
Product_GetByCategory
(int $CategoryId)
-
int
$CategoryId: The id of the Category of the wanted Products
Product_GetByCategoryAndSecondary
Returns the products with this category as their main or secondary category. The output format can be set with Product_SetFields
Product[]
Product_GetByCategoryAndSecondary
(int $CategoryId)
-
int
$CategoryId: The id of the Category of the wanted Products
Product_GetById
Returns the indicated Product. The output format can be set with Product_SetFields
Product
Product_GetById
(
int $ProductId)
-
int
$ProductId: The id of the wanted Product
Product_GetByIds
Returns the indicated Product. The output format can be set with Product_SetFields
Product
Product_GetByIds
(
$ProductIds,
int $ProductId)
-
int
$ProductId: The id of the wanted Product
-
$ProductIds
Product_GetByItemNumber
Returns the indicated Product. The output format can be set with Product_SetFields
Product[]
Product_GetByItemNumber
(string $ItemNumber)
-
string
$ItemNumber: The itemnumber of the wanted Product
Product_GetByUpdatedDate
Returns information about Products that have been updated within the supplied start- and end dates. The output format can be set with Product_SetFields
Product[]
Product_GetByUpdatedDate
(string $Start, string $End)
-
string
$Start: The startdate of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch products from first entry
-
string
$End: The enddate of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch products to this day
Product_GetCustomData
Returns the ProductCustomData of the indicated Product
ProductCustomData[]
Product_GetCustomData
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductCostumData's
Product_GetCustomDataAll
Returns all ProductCustomData of the solution
ProductCustomData[]
Product_GetCustomDataAll
()
Product_GetCustomDataById
Returns the indicated ProductCustomData
-
int
$CustomDataId: The id of ProductCostumData
Product_GetCustomDataByType
Returns the ProductCustomDatas of the indicated ProductCustomDataType
ProductCustomData[]
Product_GetCustomDataByType
(int $CustomDataTypeId)
-
int
$CustomDataTypeId: The id of ProductCostumDataType
Product_GetCustomDataType
Returns the indicated ProductCustomDataType
-
int
$CustomDataTypeId: The id of the wanted ProductCustomDataType
Product_GetCustomDataTypeAll
Returns all ProductCustomDataTypes
ProductCustomDataType[]
Product_GetCustomDataTypeAll
()
Product_GetDeliveryCountry
Returns the indicated ProductDeliveryCountry
-
int
$DeliveryCountryId: The id of the wanted ProductDeliveryCountry
Product_GetDeliveryCountryAll
Returns all ProductDeliveryCountries
ProductDeliveryCountry[]
Product_GetDeliveryCountryAll
()
Product_GetDeliveryCountryByCode
Returns the indicated ProductDeliveryCountry
-
int
$DeliveryCountryId: The code of the wanted ProductDeliveryCountry
-
$DeliveryCountryCode
Product_GetDeliveryCountryByIso
Returns the indicated ProductDeliveryCountry
-
int
$DeliveryCountryId: The iso of the wanted ProductDeliveryCountry
-
$DeliveryCountryIso
Product_GetDeliveryTime
Returns the indicated ProductDeliveryTime
-
int
$DeliveryTimeId: The id of the wanted ProductDeliveryTime
Product_GetDeliveryTimeAll
Returns all ProductDeliveryTimes
ProductDeliveryTime[]
Product_GetDeliveryTimeAll
()
Product_GetDiscount
Returns a ProductDiscount
-
int
$DiscountId: DiscountId the id of the ProductDiscount
Product_GetDiscountAccumulative
Returns a ProductDiscountAccumulative
-
int
$DiscountId: DiscountId the id of the ProductDiscountAccumulative
Product_GetDiscountGroup
Returns the indicated DiscountGroup
-
int
$DiscountGroupId: The id of the wanted DiscountGroup
Product_GetDiscounts
Returns the ProductDiscounts of a product
ProductDiscount[]
Product_GetDiscounts
(int $ProductId)
-
int
$ProductId: ProductId the id of the Product
Product_GetDiscountsAccumulative
Returns the ProductDiscountAccumulatives of a Product
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulative
(int $ProductId)
-
int
$ProductId: ProductId the id of the Product
Product_GetDiscountsAccumulativeAll
Returns All ProductDiscountAccumulatives
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulativeAll
()
Product_GetDiscountsAccumulativeAllWithPagination
Retrieve all ProductDiscountAccumulatives one page at a time
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulativeAllWithPagination
(int $Page, int $PageSize)
-
string
$Page: The page to return, starting at index 1
-
string
$PageSize: The number of ProductDiscountAccumulatives to return per page
Product_GetDiscountsAccumulativeByProductGroup
Returns the ProductDiscountAccumulatives of a DiscountGroupProduct
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulativeByProductGroup
(int $DiscountGroupProductId)
-
int
$DiscountGroupProductId: DiscountGroupProductId the id of the DiscountGroupProduct
Product_GetDiscountsAccumulativeByUser
Returns the ProductDiscountAccumulatives of a User
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulativeByUser
(int $UserId)
-
int
$UserId: UserId the id of the User
Product_GetDiscountsAccumulativeByUserGroup
Returns the ProductDiscountAccumulatives of a UserDiscountGroup
ProductDiscountAccumulative[]
Product_GetDiscountsAccumulativeByUserGroup
(int $UserDiscountGroupId)
-
int
$UserDiscountGroupId: UserDiscountGroupId the id of the User
Product_GetExtraBuyCategory
Returns the indicated ProductExtraBuyCategory
-
int
$ExtraBuyCategoryId: The id of the wanted ExtraBuyCategory
Product_GetExtraBuyRelations
Returns the ProductExtraBuyRelations of the indicated Product
ProductExtraBuyRelation[]
Product_GetExtraBuyRelations
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductExtraBuyRelations
Product_GetFiles
Returns the ProductFiles of the indicated Product
ProductFile[]
Product_GetFiles
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductFiles
Product_GetPictures
Returns the ProductPictures of the indicated Product
ProductPicture[]
Product_GetPictures
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductPictures
Product_GetSecondaryCategories
Returns the secondary Categories of the indicated Product
Category[]
Product_GetSecondaryCategories
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted Categories
Product_GetTags
Returns the ProductTags of the indicated Product
ProductTag[]
Product_GetTags
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductTags
Product_GetUnitAll
Returns all ProductUnits.
ProductUnit[]
Product_GetUnitAll
()
Product_GetUnitById
Returns the indicated ProductUnit.
Product_GetVariantById
Returns the ProductVariant with the indicated id
-
string
$VariantId: The ItemNumber of the wanted ProductVariant
Product_GetVariants
Returns the ProductVariants of the indicated Product
ProductVariant[]
Product_GetVariants
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductVariants
Product_GetVariantsByItemNumber
Returns the ProductVariant(s) with the indicated ItemNumber
ProductVariant[]
Product_GetVariantsByItemNumber
(string $ItemNumber)
-
string
$ItemNumber: The ItemNumber of the wanted ProductVariant
Product_GetVariantsSorted
Returns the ProductVariants of the indicated Product in Sorted order
ProductVariant[]
Product_GetVariantsSorted
(int $ProductId)
-
int
$ProductId: The id of the Product of the wanted ProductVariants
Product_GetVariantType
Returns the indicated ProductVariantType
-
int
$VariantTypeId: The id of the wanted ProductVariantType
Product_GetVariantTypeAll
Returns all ProductVariantTypes of the solution
ProductVariantType[]
Product_GetVariantTypeAll
()
Product_GetVariantTypeValue
Returns the ProductVariantTypeValue
-
int
$TypeValueId: The id of the ProductVariantTypeValue
Product_GetVariantTypeValues
Returns the ProductVariantTypeValues of the indicated Variant
ProductVariantTypeValue[]
Product_GetVariantTypeValues
(int $VariantId)
-
int
$VariantId: The id of the ProductVariant of the wanted ProductVariantTypeValues
Product_GetVariantTypeValuesByType
Returns the ProductVariantTypeValues of the indicated ProductVariantType
ProductVariantTypeValue[]
Product_GetVariantTypeValuesByType
( $VariantTypeId)
Product_RemoveAdditionalType
Removes a ProductAdditionalType from the indicated Product
boolean
Product_RemoveAdditionalType
(int $ProductId, int $AdditionalTypeId)
-
int
$ProductId: The id of the Product to remove the ProductAdditionalType from
-
int
$AdditionalTypeId: The id of the ProductAdditionalType
Product_RemoveCustomData
Removes a ProductCostumData from the indicated Product
boolean
Product_RemoveCustomData
(int $ProductId, int $CustomDataId)
-
int
$ProductId: The id of the Product to remove the ProductCustomData from
-
int
$CustomDataId: The id of the ProductCustomData
Product_Search
Searches for products relevant for the given searchstring
Product[]
Product_Search
(string $SearchString)
-
string
$SearchString: the string to search for
Product_SetFields
Sets the outputformat for all methods returning Product Objects. If not set, the output format includes the Id
boolean
Product_SetFields
(string $Fields)
-
string
$Fields: A comma separated list of Fieldnames. Must Match fieldnames of the Product Object
Product_SetVariantFields
Sets the output format for all methods returning ProductVariant Objects. If not set, the output format includes the Id
boolean
Product_SetVariantFields
(string $Fields)
-
string
$Fields: Comma separated list of fieldnames. Must match the fields in the ProductVariant Object
Product_Update
Updates a Product. Either Id or Itemnumber can be used as identifier. If Itemnumber is used, this call might update several Products in case they have the same Itemnumber. If the Itemnumber supplied is not found a new product is created
-
ProductUpdate
$ProductData: The input in ProductUpdate Object format
Product_UpdateCustomData
Upates a ProductCustomData
Product_UpdateCustomDataType
Upates a ProductCustomDataType
Product_UpdateCustomTextData
Updates the text of a 'textype' ProductCostumData for the indicated Product
boolean
Product_UpdateCustomTextData
(int $ProductId, int $CustomDataTypeId, string $Text)
-
int
$ProductId: The id of the Product for which to update the ProductCustomData
-
int
$CustomDataTypeId: The id of the ProductCustomDateType of the ProductCustomData Object
-
string
$Text: The new text of the ProductCustomData
Product_UpdateDeliveryCountry
Updates a ProductDeliveryCountry
Product_UpdateDeliveryTime
Updates a ProductDeliveryTime
Product_UpdateDiscount
Updates a ProductDiscount
Product_UpdateDiscountAccumulative
Updates a ProductDiscountAccumulative
Product_UpdateExtraBuyCategory
Updates a ProductExtraBuyCategory
Product_UpdateExtraBuyRelation
Updates a ProductExtraBuyRelation
Product_UpdateFile
Updates a ProductFile
Product_UpdatePicture
Updates a ProductPicture
Product_UpdateStockForStockLocation
Updates the stock of a stock location for a Product
bool
Product_UpdateStockForStockLocation
(int $productId, int $stockLocationId, int $stock)
-
int
$productId: the id of the Product
-
int
$stockLocationId: The id of the StockLocation
-
int
$stock: The stock amount
Product_UpdateUnit
Updates a ProductUnit
Product_UpdateVariant
Updates a ProductVariant. Either Id or Itemnumber can be used as identifier. If Itemnumber is used, this call might update several variants in case they have the same Itemnumber.
Product_UpdateVariantStockForStockLocation
Updates the stock of a stock location for a Variant
bool
Product_UpdateVariantStockForStockLocation
(int $variantId, int $stockLocationId, int $stock)
-
int
$variantId: the id of the ProductVariant
-
int
$stockLocationId: The id of the StockLocation
-
int
$stock: The stock amount
Product_UpdateVariantType
Updates a ProductVariantType
Product_UpdateVariantTypeValue
Updates a ProductVariantTypeValue
SEORedirect_Delete
Deletes a SEORedirect
boolean
SEORedirect_Delete
(int $SEORedirectId)
-
int
$SEORedirectId: The id of the SEORedirect to delete
SEORedirect_GetAll
Returns all SEORedirects.
SEORedirect[]
SEORedirect_GetAll
()
SEORedirect_GetById
Returns the indicated SEORedirect.
SEORedirect
SEORedirect_GetById
(int $SEORedirectId)
Sites_GetAll
Returns the Sites of the solution
Site[]
Sites_GetAll
()
Sites_GetById
Returns the Sites of the solution
Site[]
Sites_GetById
(int $SiteId)
-
int
$SiteId: the id of the site
Solution_Connect
Connects to a Solution
boolean
Solution_Connect
(string $Username, string $Password)
-
string
$Username: The name of the solution
-
string
$Password: The password for the solution
Solution_CreateThumb
Creates a thumbnail of an image and returns its path (if the thumbnail already exists the path is returned without other actions)
string
Solution_CreateThumb
(string $ImagePath, int $ThumbWidth, int $ThumbHeight, bool $Crop, bool $Greyscale, bool $Watermark)
-
string
$ImagePath: the path and name of the image
-
int
$ThumbWidth: the width of the thumbnail
-
int
$ThumbHeight: the height of the thumbnail
-
bool
$Crop: wether or not to crop
-
bool
$Greyscale: wether or not to greyscale
-
bool
$Watermark: wether or not to watermark the thumbnail
Solution_CreateThumbs
Creates thumbnails of images and returns their paths (if the thumbnail already exists the path is returned without other actions)
string[]
Solution_CreateThumbs
(string[] $ImagePaths, int $ThumbWidth, int $ThumbHeight, bool $Crop, bool $Greyscale, bool $Watermark)
-
string[]
$ImagePaths: the paths and name of the images
-
int
$ThumbWidth: the width of the thumbnail
-
int
$ThumbHeight: the height of the thumbnail
-
bool
$Crop: wether or not to crop
-
bool
$Greyscale: wether or not to greyscale
-
bool
$Watermark: wether or not to watermark the thumbnail
Solution_DeleteCustomData
Deletes a CustomData
boolean
Solution_DeleteCustomData
(int $CustomDataId)
-
int
$CustomDataId: The id of the CustomData to delete
Solution_GetLanguages
Returns the utilized languages of this system
SolutionLanguage[]
Solution_GetLanguages
()
Solution_GetWebinfo
Returns the web information for the solution
Solution_HasModule
Checks whether or not the solution has the module
boolean
Solution_HasModule
(string $module)
-
string
$module: the name of the module
Solution_SetCaseSensitiveItemNumber
Enables or disables case sensitive matching of ItemNumbers for alle methods using these as keys. Default is non-case-sensitive mode
boolean
Solution_SetCaseSensitiveItemNumber
(bool $Enabled)
-
bool
$Enabled: Wether or not case sensitive mode is enabled
Solution_SetEncoding
Sets the encoding of all outgoing textfields, and the expected encoding of all incomming fields. It is recommended to stick to the same encoding for input and output functions.
bool
Solution_SetEncoding
(string $Encoding)
-
string
$Encoding: either ISO-8859-1, UTF-8, HTML-ENTITIES (HTML-ENTITIES for all special characters)
Solution_SetLanguage
Sets the SolutionLanguage of this shop instance. This affects all Objects with language specific text
boolean
Solution_SetLanguage
(string $LanguageISO)
-
string
$LanguageISO: if no language is set, the primary ShopLanguage is selected
Solution_UpdateCustomData
Upates a CustomData
User_Create
Creates a new User
-
UserCreate
$UserData: The inputdata in UserCreate Object form
User_CreateGroup
Creates a new UserGroup
User_CreateOrUpdate
* Creates or Updates a User using Username as key. Assumes that only unique Usernames exist in the shop. If the Username supplied is not found a new User is created
User_Delete
Deletes a User
boolean
User_Delete
(int $UserId)
-
int
$UserId: The id of the User to delete
User_DeleteGroup
Deletes a UserGroup
boolean
User_DeleteGroup
(int $UserGroupId)
-
int
$UserGroupId: The id of the UserGroup to delete
User_GetAll
Returns all Users. The output format can be set with User_SetFields
User[]
User_GetAll
()
User_GetAllByDate
Returns all Users created or updated in a given timespan. The output format can be set with User_SetFields
User[]
User_GetAllByDate
(string $Start, string $End)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch users from current date and on
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch users to current date and before
User_GetAllNewsletter
Returns all Newsletter Users. The output format can be set with User_SetFields
User[]
User_GetAllNewsletter
(bool $isNotSyncedOnly, bool $unsubscribeOnly)
-
bool
$isNotSyncedOnly: Return only users that are not synced
-
bool
$unsubscribeOnly: Return only users that are synced and not subscribed
User_GetAllNewsletterByDate
Returns all Newsletter Users created or updated in a given timespan. The output format can be set with User_SetFields
User[]
User_GetAllNewsletterByDate
(string $Start, string $End)
-
string
$Start: the start date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch users from current date and on
-
string
$End: the end date of the query in 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss' format. Null to fetch users to current date and before
User_GetByGroup
Returns Users of the incidated UserGroup. The output format can be set with User_SetFields
User[]
User_GetByGroup
(int $UserGroupId)
-
int
$UserGroupId: The id of the UserGroup
User_GetById
Returns the indicated User. The output format can be set with User_SetFields
User
User_GetById
(
int $UserId)
User_GetByName
Returns users with a full or partial match of the supplied name. The output format can be set with User_SetFields
User[]
User_GetByName
(string $UserName)
-
string
$UserName: The name to match against
User_GetGroupAll
Returns all UserGroups of the solution
UserGroup[]
User_GetGroupAll
($withInterests $withInterests)
-
$withInterests
$withInterests: wether or not interests should be returned with interest fields included
User_GetGroupById
Returns the indicated UserGroup
UserGroup
User_GetGroupById
(
int $UserGroupId)
-
int
$UserGroupId: The id of the UserGroup
User_SetFields
Sets the outputformat for all methods returning User Objects. If not set, the output format includes only the Id
boolean
User_SetFields
(string $Fields)
-
string
$Fields: A comma separated list of Fieldnames. Must Match fieldnames of the User Object
User_Update
Updates a User
-
UserUpdate
$UserData: The inputdata in UserUpdate Object form
User_UpdateGroup
Updates a UserGroup
VatGroup_Create
Creates a new VatGroup
-
VatGroupCreate
$VatGroupData: The inputdata in VatGroupCreate Object form
VatGroup_Delete
Deletes a VatGroup
boolean
VatGroup_Delete
(int $VatGroupId)
-
int
$VatGroupId: The id of the VatGroup to delete
VatGroup_GetAll
Returns the VatGroups of the solution
VatGroup[]
VatGroup_GetAll
()
VatGroup_GetById
Returns the indicated VatGroup
VatGroup
VatGroup_GetById
(
int $VatGroupId)
-
int
$VatGroupId: The id of the wanted VatGroup
VatGroup_Update
Updates a User
-
VatGroupUpdate
$VatGroupData: The inputdata in VatGroupUpdate Object form