1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/picqer.md

2.2 KiB

Picqer

This page contains the setup guide and reference information for the Picqer source connector.

Prerequisites

Picqer user basic http for its authentication, follow the API documentation and visit settings page to get your api key. Configure the API key as your username and leave password field as blank

Configuration

Input Type Description Default Value
username string Username.
password string Password.
organization_name string Organization Name. The organization name which is used to login to picqer
start_date string Start date.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
customers idcustomer DefaultPaginator
products idproduct DefaultPaginator
products_stock DefaultPaginator
orders idorder DefaultPaginator
backorders idbackorder DefaultPaginator
returns idreturn DefaultPaginator
purchaseorders idpurchaseorder DefaultPaginator
locations idlocation DefaultPaginator
warehouses idwarehouse DefaultPaginator
users iduser DefaultPaginator
suppliers idsupplier DefaultPaginator
tags idtag DefaultPaginator
templates idtemplate DefaultPaginator
vatgroups idvatgroup DefaultPaginator
stats DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2024-10-22 47235 Update dependencies
0.0.1 2024-09-05 45159 Initial release by @btkcodedev via Connector Builder