API

RamBase REST APIs

GET product/products?search={search}&searchMode={searchMode}

List of products

HTTP method GET
URI https://api.rambase.net/product/products?search={search}&searchMode={searchMode}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 415, version 44

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

search String, optional Keyword to limit result set by searching in product name, product description, customer product name, supplier product name and equivalent product names.
searchMode String, optional Defines how the search query parameter works. Possible values are: DEFAULT which only searches in product name and description, fastest search mode, but does not allow filtering on custom fields. INCLEQV which includes equivalents in the search. SSDEFAULT which only searches in product name and description, slower, but allows filtering on custom fields. SSINCLEQV which includes equivalents in the search.

Default: DEFAULT
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

ActiveProducts() Named filter Active products. Products that can be sold or produced.
ExpiredProducts() Named filter Expired and discontinued products
NewAndActiveProducts() Named filter New and active products
NewProducts() Named filter Products pending documentation or approval
AvailableStockQuantity Decimal Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs.
CountryOfOriginCode String Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
CreatedBy Integer Employee identifier. Available macros: currentUser()
CustomField1 String Custom field for grouping, sorting, categorizing and other purposes.
CustomField2 String Custom field for grouping, sorting, categorizing and other purposes.
CustomField3 String Custom field for grouping, sorting, categorizing and other purposes.
Description String Description of the product.
ExclusivelyForCustomerId Integer Customer identifier.
ExpectedLeadTime Integer The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers..
ExternalReference String External reference of the product. Typically used for storing product identifier for same product in external system.
IsManufacturedInBatches Boolean Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.
IsTraceableMaterialOfProductUnit Boolean During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.
ManufacturerId Integer Manufacturer identifier.
ManufacturingAreaId Integer Manufacturing area identifier.
MinimumGrossMargin Decimal The minimum gross margin, in percent, for the product.
Name String Name of the product.
PlanningCategory String Planning category.
ProductClassificationId String Product classification identifier.
ProductCollectionId Integer Id of the collection grouping the products.
ProductId Integer Product identifier.
PublicProductUri String Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.
RequireSerialNumberAtGoodsReception Boolean If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.
RequireSerialNumberBeforeShipping Boolean If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.
SalesType Integer Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription.
ServiceIntervalId Integer Service interval identifier.
StandardLeadTime Integer The standard lead time, in number of days, from customer places order to delivery.
Status Integer Status of the product.
StockQuantity Decimal Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.
Type String Type of product.
UpdatedAt Datetime Date and time of update. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
WarrantyPeriod Integer The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.
Weight Decimal The weight of the product in kilograms.

Read more about filters and sorting on how to use sortable parameters

AvailableStockQuantity Decimal Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs
CountryOfOriginCode String Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.
CreatedAt Datetime Date and time of creation
CreatedBy Integer Employee identifier
CustomField1 String Custom field for grouping, sorting, categorizing and other purposes.
CustomField2 String Custom field for grouping, sorting, categorizing and other purposes.
CustomField3 String Custom field for grouping, sorting, categorizing and other purposes
Description String Description of the product
ExclusivelyForCustomerId Integer Customer identifier
ExpectedLeadTime Integer The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers.
ExternalReference String External reference of the product. Typically used for storing product identifier for same product in external system.
IsManufacturedInBatches Boolean Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.
IsTraceableMaterialOfProductUnit Boolean During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.
ManufacturerId Integer Manufacturer identifier
ManufacturingAreaId Integer Manufacturing area identifier
MinimumGrossMargin Decimal The minimum gross margin, in percent, for the product
Name String Name of the product
PlanningCategory String Planning category
ProductClassificationId String Product classification identifier
ProductCollectionId Integer Id of the collection grouping the products
ProductId Integer Product identifier
PublicProductUri String Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.
RequireSerialNumberAtGoodsReception Boolean If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.
RequireSerialNumberBeforeShipping Boolean If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.
SalesType Integer Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription
ServiceIntervalId Integer Service interval identifier
StandardLeadTime Integer The standard lead time, in number of days, from customer places order to delivery.
Status Integer Status of the product
StockQuantity Decimal Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.
Type String Type of product
UpdatedAt Datetime Date and time of update
WarrantyPeriod Integer The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.
Weight Decimal The weight of the product in kilograms.

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Products>
2
     <Product>
3
          <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
4
          <Status
Status

Status of the product

Possible domain values can be found here

>
{Integer}</Status>
5
          <Name
Name

Name of the product

>
{String}</Name>
6
          <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
7
          <Description
Description

Description of the product

>
{String}</Description>
8
          <ExternalReference
ExternalReference

External reference of the product. Typically used for storing product identifier for same product in external system.

>
{String}</ExternalReference>
9
          <CountryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

>
{String}</CountryOfOriginCode>
10
          <CustomField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField1>
11
          <CustomField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField2>
12
          <CustomField3
CustomField3

Custom field for grouping, sorting, categorizing and other purposes

>
{String}</CustomField3>
13
          <PublicProductUri
PublicProductUri

Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.

>
{String}</PublicProductUri>
14
          <RequireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.

>
{Boolean}</RequireSerialNumberBeforeShipping>
15
          <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
16
          <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
17
          <Manufacturer
Manufacturer

Manufacturer of the product

>
18
               <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
19
               <ShortName
ShortName

Shortname/code of the manufacturer

>
{String}</ShortName>
20
               <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
21
          </Manufacturer>
22
          <Dimensions
Dimensions

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

>
23
               <Width
Width

Width of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

>
{Decimal}</Width>
24
               <Height
Height

Height of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

>
{Decimal}</Height>
25
               <Length
Length

Length of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

>
{Decimal}</Length>
26
               <Volume
Volume

Volume of the product in cubic centimetres. Volume is calculated automatically as L* W* H (when the volume field is empty and L,W ,H have values). Volume can also be changed manually

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

>
{Decimal}</Volume>
27
          </Dimensions>
28
          <MainImage
MainImage

Main image of the product

>
29
               <FileVersionId
FileVersionId

Version of the file

>
{Integer}</FileVersionId>
30
               <FileStorageUri
FileStorageUri

The url to download a file

This field is greyed out because it is an expandable field. You have to add $expand=Product.MainImage.FileStorageUri in your request URI to get this field

>
{String}</FileStorageUri>
31
               <File>
32
                    <FileId
FileId

File identifier

>
{Integer}</FileId>
33
                    <FileLink
FileLink

File reference

>
{String}</FileLink>
34
               </File>
35
               <FileVersionLink
FileVersionLink

File version reference

>
{String}</FileVersionLink>
36
          </MainImage>
37
          <ProductClassification>
38
               <ProductClassificationId
ProductClassificationId

Product classification identifier

>
{String}</ProductClassificationId>
39
               <ProductClassificationLink
ProductClassificationLink

Product classification reference

>
{String}</ProductClassificationLink>
40
          </ProductClassification>
41
          <Sales>
42
               <MinimumGrossMargin
MinimumGrossMargin

The minimum gross margin, in percent, for the product

>
{Decimal}</MinimumGrossMargin>
43
               <Type
Type

Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription

Possible domain values can be found here

>
{Integer}</Type>
44
               <StandardLeadTime
StandardLeadTime

The standard lead time, in number of days, from customer places order to delivery.

>
{Integer}</StandardLeadTime>
45
               <WarrantyPeriod
WarrantyPeriod

The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.

>
{Integer}</WarrantyPeriod>
46
          </Sales>
47
          <Stock>
48
               <IsNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

>
{Boolean}</IsNonStock>
49
               <StockQuantity
StockQuantity

Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.

>
{Decimal}</StockQuantity>
50
               <AvailableStockQuantity
AvailableStockQuantity

Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs

>
{Decimal}</AvailableStockQuantity>
51
               <RequireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

>
{Boolean}</RequireSerialNumberAtGoodsReception>
52
          </Stock>
53
          <Procurement>
54
               <ExpectedLeadTime
ExpectedLeadTime

The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers.

>
{Integer}</ExpectedLeadTime>
55
          </Procurement>
56
          <Production>
57
               <IsTraceableMaterialOfProductUnit
IsTraceableMaterialOfProductUnit

During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.

>
{Boolean}</IsTraceableMaterialOfProductUnit>
58
               <IsManufacturedInBatches
IsManufacturedInBatches

Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.

>
{Boolean}</IsManufacturedInBatches>
59
               <ManufacturingArea>
60
                    <ManufacturingAreaId
ManufacturingAreaId

Manufacturing area identifier

>
{Integer}</ManufacturingAreaId>
61
                    <Name
Name

Name of manufacturing area

>
{String}</Name>
62
                    <ManufacturingAreaLink
ManufacturingAreaLink

Manufacturing area reference

>
{String}</ManufacturingAreaLink>
63
               </ManufacturingArea>
64
               <PlanningCategory
PlanningCategory

Planning category

Possible domain values can be found here

>
{String}</PlanningCategory>
65
          </Production>
66
          <ProductCollection>
67
               <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
68
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
69
          </ProductCollection>
70
          <Service>
71
               <ServiceInterval
ServiceInterval

Service template of the product. This template will be used when performing service for this product.

>
72
                    <ServiceIntervalId
ServiceIntervalId

Service interval identifier

>
{Integer}</ServiceIntervalId>
73
               </ServiceInterval>
74
          </Service>
75
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
76
     </Product>
77
     <Paging
Paging

Detailed paging information for this list.

>
78
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
79
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
80
          <Page
Page

Page index

>
{Integer}</Page>
81
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
82
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
83
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
84
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
85
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
86
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
87
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
88
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
89
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
90
     </Paging>
91
</Products>
1
{
2
     "products": [
3
          {
4
               "productId
ProductId

Product identifier

":
"{Integer}",
5
               "status
Status

Status of the product

Possible domain values can be found here

":
"{Integer}",
6
               "name
Name

Name of the product

":
"{String}",
7
               "type
Type

Type of product

Possible domain values can be found here

":
"{String}",
8
               "description
Description

Description of the product

":
"{String}",
9
               "externalReference
ExternalReference

External reference of the product. Typically used for storing product identifier for same product in external system.

":
"{String}",
10
               "countryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

":
"{String}",
11
               "customField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
12
               "customField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
13
               "customField3
CustomField3

Custom field for grouping, sorting, categorizing and other purposes

":
"{String}",
14
               "publicProductUri
PublicProductUri

Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.

":
"{String}",
15
               "requireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.

":
"{Boolean}",
16
               "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}",
17
               "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
18
               "manufacturer
Manufacturer

Manufacturer of the product

":
{
19
                    "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
20
                    "shortName
ShortName

Shortname/code of the manufacturer

":
"{String}",
21
                    "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
22
               },
23
               "dimensions
Dimensions

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

":
{
24
                    "width
Width

Width of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

":
"{Decimal}",
25
                    "height
Height

Height of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

":
"{Decimal}",
26
                    "length
Length

Length of the product in centimetres

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

":
"{Decimal}",
27
                    "volume
Volume

Volume of the product in cubic centimetres. Volume is calculated automatically as L* W* H (when the volume field is empty and L,W ,H have values). Volume can also be changed manually

This field is greyed out because it is an expandable field. You have to add $expand=Product.Dimensions in your request URI to get this field

":
"{Decimal}"
28
               },
29
               "mainImage
MainImage

Main image of the product

":
{
30
                    "fileVersionId
FileVersionId

Version of the file

":
"{Integer}",
31
                    "fileStorageUri
FileStorageUri

The url to download a file

This field is greyed out because it is an expandable field. You have to add $expand=Product.MainImage.FileStorageUri in your request URI to get this field

":
"{String}",
32
                    "file": {
33
                         "fileId
FileId

File identifier

":
"{Integer}",
34
                         "fileLink
FileLink

File reference

":
"{String}"
35
                    },
36
                    "fileVersionLink
FileVersionLink

File version reference

":
"{String}"
37
               },
38
               "productClassification": {
39
                    "productClassificationId
ProductClassificationId

Product classification identifier

":
"{String}",
40
                    "productClassificationLink
ProductClassificationLink

Product classification reference

":
"{String}"
41
               },
42
               "sales": {
43
                    "minimumGrossMargin
MinimumGrossMargin

The minimum gross margin, in percent, for the product

":
"{Decimal}",
44
                    "type
Type

Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription

Possible domain values can be found here

":
"{Integer}",
45
                    "standardLeadTime
StandardLeadTime

The standard lead time, in number of days, from customer places order to delivery.

":
"{Integer}",
46
                    "warrantyPeriod
WarrantyPeriod

The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.

":
"{Integer}"
47
               },
48
               "stock": {
49
                    "isNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

":
"{Boolean}",
50
                    "stockQuantity
StockQuantity

Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.

":
"{Decimal}",
51
                    "availableStockQuantity
AvailableStockQuantity

Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs

":
"{Decimal}",
52
                    "requireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

":
"{Boolean}"
53
               },
54
               "procurement": {
55
                    "expectedLeadTime
ExpectedLeadTime

The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers.

":
"{Integer}"
56
               },
57
               "production": {
58
                    "isTraceableMaterialOfProductUnit
IsTraceableMaterialOfProductUnit

During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.

":
"{Boolean}",
59
                    "isManufacturedInBatches
IsManufacturedInBatches

Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.

":
"{Boolean}",
60
                    "manufacturingArea": {
61
                         "manufacturingAreaId
ManufacturingAreaId

Manufacturing area identifier

":
"{Integer}",
62
                         "name
Name

Name of manufacturing area

":
"{String}",
63
                         "manufacturingAreaLink
ManufacturingAreaLink

Manufacturing area reference

":
"{String}"
64
                    },
65
                    "planningCategory
PlanningCategory

Planning category

Possible domain values can be found here

":
"{String}"
66
               },
67
               "productCollection": {
68
                    "productId
ProductId

Product identifier

":
"{Integer}",
69
                    "productLink
ProductLink

Product reference

":
"{String}"
70
               },
71
               "service": {
72
                    "serviceInterval
ServiceInterval

Service template of the product. This template will be used when performing service for this product.

":
{
73
                         "serviceIntervalId
ServiceIntervalId

Service interval identifier

":
"{Integer}"
74
                    }
75
               },
76
               "productLink
ProductLink

Product reference

":
"{String}"
77
          }
78
     ],
79
     "paging
Paging

Detailed paging information for this list.

":
{
80
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
81
          "position
Position

Position of the first element in the list

":
"{Integer}",
82
          "page
Page

Page index

":
"{Integer}",
83
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
84
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
85
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
86
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
87
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
88
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
89
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
90
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
91
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
92
     }
93
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100036 HTTP 400 Missing required input parameter: {0}