Exigo Web Service

CreateItem
Creates an item

CSV Support
No
Transactional Support
Yes

CreateItemRequest
ItemCode [Required]
String
Yes
The alphanumeric unique identifier for the item
Description [Required]
String
Yes
Weight [Required]
Decimal
Yes
The weight of the items, based on the quantity selected
Notes
String
No
Any additional notes or information about this record
AvailableInAllCountryRegions
Boolean
No
Specifies if the item is available in all countries and regions
TaxedInAllCountryRegions
Boolean
No
Specifies if the item is taxable in all countries and regions
AvailableInAllWarehouses
Boolean
No
Specifies if the item is available in all warehouses
IsVirtual
Boolean
No
If true, the item is considered a non-physical product and will not have shipping costs applied to it.
ItemTypeID [Required]
Int32
Yes
The type of item
OtherCheck1
Boolean
No
A company-defined custom binary value
OtherCheck2
Boolean
No
A company-defined custom binary value
OtherCheck3
Boolean
No
A company-defined custom binary value
OtherCheck4
Boolean
No
A company-defined custom binary value
OtherCheck5
Boolean
No
A company-defined custom binary value
Field1
String
No
Field2
String
No
Field3
String
No
Field4
String
No
Field5
String
No
Field6
String
No
Field7
String
No
Field8
String
No
Field9
String
No
Field10
String
No
CreateItemResponse
ItemCode [Required]
String
The alphanumeric unique identifier for the item
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.