Shipping labels

Shipping labels are essential for identifying packages during transit, ensuring that parcels reach their intended destinations efficiently. This resource provides detailed guidance on creating and managing shipping labels, streamlining the fulfillment process, and enhancing delivery accuracy. See Creating shipping labels for more information.

Returns shipping label

get

List shipping labels

Query parameters
endingBeforestringOptional

A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.

startingAfterstringOptional

A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.

limitinteger · min: 1 · max: 100Optional

A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.

idsstring[]Optional

Only return objects with these IDs.

orderIdstringOptional

The order to retrieve returns for.

Responses
chevron-right
200

200 OK

application/json
hasMorebooleanOptional

Whether or not there are more elements available after this set. If false this set represents the end of the list.

Example: true
get
/shipping-labels

Returns shipping label

post

Create a shipping label

Body
orderIdstringRequired

The identifier of the order in Digital River's system.

Example: sdfg-r6w7-hbem-ju764
labelformatstring · enumRequired

The format of the label's data file.

Example: PDFPossible values:
Responses
chevron-right
200

200 OK

application/json
idstringOptional

The shipping label identifier

Example: sdfg-r6w7-hbem-ju764
orderIdstringOptional

The identifier of the order in Digital River's system.

Example: sdfg-r6w7-hbem-ju764
post
/shipping-labels

Gets a shipping label by ID

get

Retrieves the details of a shipping label. Supply the unique identifier of the shipping label.

Path parameters
idstringRequired

Shipping Label ID

Responses
chevron-right
200

OK.

application/json
idstringOptional

The shipping label identifier

Example: sdfg-r6w7-hbem-ju764
orderIdstringOptional

The identifier of the order in Digital River's system.

Example: sdfg-r6w7-hbem-ju764
get
/shipping-labels/{id}

Last updated