POST /api/v1/products
Creates a new productServers
- https://app.billbee.io
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
SoldSumNetLast30Days |
Number | No | |
Price |
Number | Yes | |
Vat2Rate |
Number | Yes | |
CustomFields[] |
Array | No | |
CustomFields[].Id |
Integer | No | |
CustomFields[].Definition |
Object | No | |
CustomFields[].Definition.Id |
Integer | No | |
CustomFields[].Definition.Name |
String | No | |
CustomFields[].Definition.Type |
Integer | No |
Valid values:
|
CustomFields[].Definition.Configuration |
Object | No | |
CustomFields[].Definition.IsNullable |
Boolean | No | |
CustomFields[].ArticleId |
Integer | No | |
CustomFields[].DefinitionId |
Integer | No | |
CustomFields[].Value |
Object | No | |
DeliveryTime |
Integer | No | |
StockCode |
String | No | |
TaricNumber |
String | No | |
WidthCm |
Number | No | |
Tags[] |
Array | No | |
Tags[].Text |
String | No | |
Tags[].LanguageCode |
String | No | |
Materials[] |
Array | No | |
Materials[].Text |
String | No | |
Materials[].LanguageCode |
String | No | |
SoldSumGrossLast30Days |
Number | No | |
Stocks[] |
Array | No | |
Stocks[].StockCurrent |
Number | No | |
Stocks[].Name |
String | No | |
Stocks[].StockDesired |
Number | No | |
Stocks[].StockId |
Integer | No | |
Stocks[].StockCode |
String | No | |
Stocks[].UnfulfilledAmount |
Number | No | |
Stocks[].StockWarning |
Number | No | |
Category3 |
Object | No | |
Category3.Id |
Integer | No | |
Category3.Name |
String | No | |
Category2 |
Object | No | |
Category2.Id |
Integer | No | |
Category2.Name |
String | No | |
Category1 |
Object | No | |
Category1.Id |
Integer | No | |
Category1.Name |
String | No | |
Manufacturer |
String | No | |
SoldSumGross |
Number | No | |
Vat1Rate |
Number | Yes | |
StockCurrent |
Number | No | |
CountryOfOrigin |
String | No | |
StockDesired |
Number | No | |
EAN |
String | No | |
IsDeactivated |
Boolean | No | |
ShippingProductId |
Integer | No | |
Id |
Integer | No | |
Unit |
Integer | No | |
Images[] |
Array | No | |
Images[].Id |
Integer | No | |
Images[].ThumbUrl |
String | No | |
Images[].Position |
Integer | No | |
Images[].Url |
String | No | |
Images[].IsDefault |
Boolean | No | |
Images[].ArticleId |
Integer | No | |
Images[].ThumbPathExt |
String | No | |
LowStock |
Boolean | No | |
ExportDescription |
String | No | |
HeightCm |
Number | No | |
VatIndex |
Integer | Yes | |
Sources[] |
Array | No | |
Sources[].Id |
Integer | No | |
Sources[].StockSyncInactive |
Boolean | No | |
Sources[].ApiAccountName |
String | No | |
Sources[].StockSyncMin |
Number | No | |
Sources[].Source |
String | Yes | |
Sources[].ApiAccountId |
Integer | No | |
Sources[].UnitsPerItem |
Number | No | |
Sources[].SourceId |
String | Yes | |
Sources[].StockSyncMax |
Number | No | |
Sources[].ExportFactor |
Number | No | |
Sources[].Custom |
Object | No | |
Weight |
Integer | No | |
Recipient |
Integer | No | |
BasicAttributes[] |
Array | No | |
BasicAttributes[].Text |
String | No | |
BasicAttributes[].LanguageCode |
String | No | |
StockReduceItemsPerSale |
Number | No | |
IsDigital |
Boolean | Yes | |
LengthCm |
Number | No | |
IsCustomizable |
Boolean | Yes | |
InvoiceText[] |
Array | No | |
InvoiceText[].Text |
String | No | |
InvoiceText[].LanguageCode |
String | No | |
UnitsPerItem |
Number | No | |
Description[] |
Array | No | |
Description[].Text |
String | No | |
Description[].LanguageCode |
String | No | |
SoldAmountLast30Days |
Number | No | |
CostPrice |
Number | No | |
StockWarning |
Number | No | |
WeightNet |
Integer | No | |
Type |
Integer | Yes | |
SoldAmount |
Number | No | |
Condition |
Integer | No | |
ExportDescriptionMultiLanguage[] |
Array | No | |
ExportDescriptionMultiLanguage[].Text |
String | No | |
ExportDescriptionMultiLanguage[].LanguageCode |
String | No | |
BillOfMaterial[] |
Array | No | |
BillOfMaterial[].Amount |
Number | No | |
BillOfMaterial[].SKU |
String | No | |
BillOfMaterial[].ArticleId |
Integer | No | |
SKU |
String | No | |
SoldSumNet |
Number | No | |
ShortDescription[] |
Array | No | |
ShortDescription[].Text |
String | No | |
ShortDescription[].LanguageCode |
String | No | |
Title[] |
Array | No | |
Title[].Text |
String | No | |
Title[].LanguageCode |
String | No | |
Occasion |
Integer | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.