For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shipments Configuration (Operations)

Endpoints to create, update, and read shipping configuration.

Get delivery note config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Delivery note configuration was found & you were allowed to access it. The result is in the body.

application/json

DeliveryNoteConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringRequiredExample: delivery-note
logoUrlstringOptional
get/api/configurations/deliverynote

Update delivery note config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

DeliveryNoteConfigurationForUpsert

versionnumberRequired

Version field is used in the optimistic locking process. If the configuration doesn't exists, this field is ignored.

Example: 1
Responses
200

Delivery note configuration was successfully updated

application/json

DeliveryNoteConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringRequiredExample: delivery-note
logoUrlstringOptional
put/api/configurations/deliverynote

Get return note config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Return note config could be found in response body.

application/json

Return Note Configuration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
displayPageLabelbooleanOptional

Determines if the page label should be shown

Default: false
idstringRequiredExample: delivery-note
logoUrlstringOptional
get/api/configurations/returnnote

Update return note config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

ReturnNoteConfigurationForUpsert

displayPageLabelbooleanOptional

Determines if the page label should be shown

Default: false
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
Responses
200

The return note configuration was successfully updated.

application/json

Return Note Configuration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
displayPageLabelbooleanOptional

Determines if the page label should be shown

Default: false
idstringRequiredExample: delivery-note
logoUrlstringOptional
put/api/configurations/returnnote

Get parcel tag config

get

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Returns the tag configuration for parcels

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

tag config is in response body.

application/json

ParcelTagConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
get/api/configurations/tags/parcel

Update parcel tag config

put

This part of the API is in Beta status. For details, see the API release lifecycle documentation. Updates the tag configuration for parcels.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

ParcelTagConfigurationForUpsert

versionnumberOptionalExample: 0
Responses
200

The tag configuration was successfully updated.

application/json

ParcelTagConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
put/api/configurations/tags/parcel

Last updated

Was this helpful?