Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
bgColor#f0f0f0titleBGColor#f0f0f0title


title
Info

Warning!

The resource is available only in the following countries: PL, IT

Panel

.


On this page

Table of Contents
minLevel2
 

Authentication

Access to the resource requires a

valid 

valid access token.


Bulk Offer selection

Code Block
languagejson
POST /v1/organizations/:organization_id/shipments/select_offers

Parameters

Parameter

Type

Description

Validation

Availability

shipments

Array[Hash]

Shipment Select Offers

Allows for bulk offer selection


Table may consist of a maximum of 100 elements.

PL, IT

shipments have the following attributes:

Parameter

Type

Description

id

String

Unique shipment ID that allows the return of shipment validation errors related to the specific shipment.

shipment_id

Integer

Shipment ID

offer_id

Integer

Offer ID

Table may consist of a maximum of 100 elements.

PL, IT

Example request

Code Block
languagejson
curl -X POST https://api-shipx-pl.easypack24.net/v1/organizations/1/shipments/select_offers -H 'Authorization: Bearer token' -H 'Content-Type: application/json' -d '{
  "shipments":[
  	{"id": 1, "shipment_id": 235, "offer_id": 284},
    {"id": 2, "shipment_id": 236, "offer_id": 285} 
  ]
}'

Response

Code Block
languagejson
HTTP/1.1 204 No Content
Content-Type: application/json

Warning

Error information

The server can return the following errors during bulk offer selection:

  • validation_failed - validation error

  • forbidden -  user has no access rights to the organization

  • token_invalid - token is invalid