Bol Retail V2

Bol Retail ETL connector for data replication

Snapshot

Features
Details
Release Status
Released
Source API Version
V8
Table Selection
Yes
Column Selection
Yes
Edit Integration
Yes
Replication Type Selection
No
Authentication Parameters
Client ID Client Secret
Replication Type
Full Replication Key Based Incremental
Replication Key
Date
Suggested Replication Frequency
1 hour

Tables/APIs supported

Inventory
Invoice
Orders
Replenishments
Returns
Shipments
Shipments Details
Invoice Line Items

Integrate Bol Retail with Daton

  1. 1.
    Sign in to Daton
  2. 2.
    Select BolRetail V2 from the list of Integrations
  3. 3.
    Provide Integration Name, Replication Frequency, and History. Integration name would be used in creating tables for the integration and cannot be changed later
  4. 4.
    Provide Client ID and Client Secret in the next step. Follow this link to get client credentials
  5. 5.
    Post successful authentication, you will be prompted to choose from the list of available tables
  6. 6.
    Then select all required fields for each table
  7. 7.
    Submit the integration

Workflow

  1. 1.
    Integrations would be in Pending state initially and will be moved to Active state as soon as the first job loads data successfully on to the configured warehouse
  2. 2.
    Users would be able to edit/pause/re-activate/delete integration anytime
  3. 3.
    Users can view job status and process logs from the integration details page by clicking on the integration name from the active list

Bol Retail Data

Inventory

Purpose: This API is used to fetch a list of all inventories
Replication: Full Replication
Replication Key: NA
Fields
Name
Data Type
ean
STRING
bsku
STRING
gradedStock
NUMERIC
regularStock
NUMERIC
title
STRING

Invoice

Purpose: This API is used to fetch a list of invoices
Replication: Key Based Incremental
Replication Key: period-start-date, period-end-date
Fields
Name
Data Type
invoiceId
STRING
issueDate
NUMERIC
invoicePeriod
RECORD
invoiceType
STRING
legalMonetaryTotal
RECORD
invoiceMediaTypes
RECORD
specificationMediaTypes
RECORD
openAmount
NUMERIC

Invoice Line Items

Purpose: This API is used to fetch a list of all invoice line items
Replication: Key Based Incremental
Replication Key: period-start-date, period-end-date
Name
Data Type
invoiceId
STRING
id
STRING
invoiceLineRef
STRING
invoicedQuantity
RECORD
item
RECORD
lineExtensionAmount
RECORD
price
RECORD
taxTotal
RECORD

Orders

Purpose: This API is used to fetch details of all orders for a retailer
Replication: Key Based Incremental
Replication Key: latest-change-date
Fields
Name
Data Type
orderId
STRING
pickupPoint
BOOLEAN
orderPlacedDateTime
TIMESTAMP
shipmentDetails
RECORD
billingDetails
RECORD
orderItems
RECORD

Replenishments

Purpose: This API is used to fetch a list of replenishments
Replication: Full Replication
Replication Key: NA
Fields
Name
Data Type
replenishmentId
STRING
reference
STRING
creationDateTime
TIMESTAMP
lines
RECORD

Returns

Purpose: This API is used to fetch details of all returns
Replication: Full Replication
Replication Key: NA
Fields
Name
Data Type
returnId
STRING
registrationDateTime
TIMESTAMP
fulfilmentMethod
STRING
returnItems
RECORD

Shipments

Purpose: This API is used to all the shipments
Replication: Full Replication
Replication Key: NA
Fields
Name
Data Type
shipmentId
STRING
shipmentDateTime
TIMESTAMP
shipmentReference
STRING
order
RECORD
shipmentItems
RECORD
transport
RECORD

Shipments Details

Purpose: This API is used to fetch all shipment details
Replication: Full Replication
Replication Key: NA
Fields
Name
Data Type
shipmentId
STRING
shipmentDateTime
TIMESTAMP
shipmentReference
STRING
pickupPoint
BOOLEAN
order
RECORD
shipmentDetails
RECORD
billingDetails
RECORD
shipmentItems
RECORD
transport
RECORD