Shipping providers

Get information about shipping providers that are configured for your company.

Attributes

Name Type Description
idshippingprovider integer Unique Picqer reference
name string The name you gave to this provider
provider string The type of provider, provided by Picqer
active boolean
profiles array Shipping profiles for this shipping provider
profiles.idshippingprovider_profile integer Unique Picqer reference
profiles.name string The name you gave to this profile

Get all shipping providers

GET https://example.picqer.com/api/v1/shippingproviders
HTTP/1.1 200 OK [ { "idshippingprovider": 521, "name": "PostNL Algemeen", "provider": "PostNL", "active": true, "created": "2013-03-21 19:33:51", "updated": "2013-06-18 09:58:15", "profiles": [ { "idshippingprovider_profile": 3212, "name": "Standaard verzending", "standard": false, "active": true, "created": "2013-07-18 18:36:59", "updated": "2015-03-18 11:13:10" }, { "idshippingprovider_profile": 2312, "name": "Unpaid Letter", "standard": true, "active": true, "created": "2015-03-18 11:13:07", "updated": "2015-03-18 11:13:10" } ] }, { "idshippingprovider": 812, "name": "Sendcloud DPD", "provider": "Sendcloud", "active": true, "created": "2013-06-18 09:57:21", "updated": "2015-11-09 11:50:39", "profiles": [ { "idshippingprovider_profile": 821, "name": "DPD Zaterdag", "standard": false, "active": true, "created": "2013-07-18 18:37:00", "updated": "2015-11-09 11:51:00" } ] }, ]
This endpoint uses pagination.
Read more Templates