Skip to main content

Duplicate Delivery

POST 

https://api.goodsdelivery.io/v1/deliveries/duplicate

Authorization: x-api-key

name: x-api-keytype: apiKeyscopes: brandin: header

Duplicate Delivery

Request

Body

required

Request body

    brandId stringrequired
    externalId stringrequired

Responses

Created

Schema
    success booleanrequired
    object objectrequired
    id stringrequired

    Unique ID of the delivery.

    shortId stringrequired

    The short ID is a more readable and consumer-friendly delivery ID.

    trackingUrl stringrequired
    labelUrl stringrequired
curl -L -X POST 'https://api.goodsdelivery.io/v1/deliveries/duplicate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"brandId": "string",
"externalId": "string"
}'
Request Collapse all
Base URL
https://api.goodsdelivery.io/v1
Auth
Body required
{
"brandId": "string",
"externalId": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!