Skip to main content
Release VersionRelease DateDescription of Release
1.2.02026-07-07
Added support for CPSC profiles. 
1.1.02025-09-18
Added support for bundles.
1.0.02025-02-25
Initial release of Version 1.0.0

1.2.0

The following changes have been made in this release.

New method added

The getCpscProfiles method has been added to the new cspc_profiles resource. This method can be used to retrieve all Consumer Product Safety Committee (CPSC) profiles associated with a user's account.

Schema changes

The following fields have been added to SkuRequest type to support this change:

  • cpscProfileId: The unique identifier of a CPSC profile.
  • exemptionType: The exemption type associated with the CPSC profile.

New Error Codes

The following error codes have been added to the createPackage method to support this change:

Error Code Error Message
355084 The cpscProfileId or exemptionType is required for this shipment.
355085 Invalid exemptionType value: ADULT_PRODUCT_USED is not applicable for items with condition 'New'

1.1.0

The following changes have been made in this release.

This release adds support for bundles. Sellers can use these methods to create a bundle for multiple packages in an order, retrieve a bundle, cancel a bundle, or retrieve a bundle label.

New resource added

The bundle resource was added, which includes the following methods: 

  • createBundle: Creates a bundle for multiple packages in an order.

  • cancelBundle: Cancels a bundle.

  • getBundle: Retrieves information about a specific bundle.

  • getBundleLabel: Retrieves a bundle label.

1.0.0

The following changes have been made in this release.

The initial release of the eDelivery International Shipping API.