1. Parts B2B Portal
  • API Reference
    • Introduction
  • Website Integration
    • Leads Creation
      POST
  • Call Center Integration
    • Data Fetch
      GET
    • Transaction Sync
      POST
  • Parts B2B Portal
    • Stock List
      GET
  • OEM Interface
    • Accounts Data
      GET
    • Parts Sales Data
      GET
    • Parts Stock Data
      GET
    • Customer Data
      GET
    • Labour Sales Data
      GET
    • Vehicle Data
      GET
    • Vehicle Sales Data
      GET
    • Service History Data
      GET
    • Open Repair Orders Data
      GET
    • Open Repair Orders Customer Data
      GET
    • Workshop Transactions Data
      GET
    • Workshop Transactions Customer Data
      GET
    • Future Booking Data
      GET
  1. Parts B2B Portal

Stock List

GET
/http/api/get-pb2b-stocklist
Use this endpoint to retrieve the parts stock list from SAP S/4HANA for the Parts B2B portal. Returns a paginated collection of parts with pricing, material details, vehicle compatibility, and sales organization data. Supports OData query options including $filter, $select, $top, and $skip.

Request

Query Params

Header Params

Responses

🟢201
application/json
Created
Body

🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/http/api/get-pb2b-stocklist?$top&$skip&$format&$filter&$select' \
--header 'Authentication;'
Response Response Example
201 - Example 2
{
    "Material": "07P115562B",
    "SalesOrganization": "1000",
    "DistributionChannel": "10",
    "MaterialName": "Oil Filter",
    "MaterialType": "ZPRT",
    "MaterialTypeName": "Parts",
    "MaterialGroup": "BNTLYP",
    "MaterialGroupName": "Bentley Parts",
    "MaterialBaseUnit": "EA",
    "MaterialGrossWeight": "0.000",
    "MaterialNetWeight": "0.000",
    "MaterialWeightUnit": "KG",
    "MaterialManufacturerNumber": "",
    "MaterialManufacturerPartNumber": "",
    "AuthorizationGroup": "",
    "IsBatchManagementRequired": true,
    "ExternalProductGroup": "",
    "CrossPlantStatus": "",
    "CatalogueStatus": "",
    "Model": "",
    "ModelText": "",
    "Make": "",
    "MakeText": "",
    "DevelopmentLine": "",
    "DevelopmentLineText": "",
    "ModelLine": "",
    "ModelLineText": "",
    "BodyType": "",
    "BodyTypeText": "",
    "FuelType": "",
    "SchemaID": "",
    "RepairSchemaID": "",
    "RepairSchemaID_New": "",
    "ModelCode": "",
    "LeaseClass": "",
    "MaterialWithOutLeadingZero": "7P115562B",
    "ItemCategoryGroup": "ZPRT",
    "MaterialGUID": "002248CBB19D1EDE859BFE236FCF8D38",
    "SalesPrice": "120.38",
    "SalesPriceUnit": "AED"
}
Previous
Transaction Sync
Next
Accounts Data
Built with