Amazon Package Dimensions API

Optimize shipping costs and audit FBA fees using amazon package dimensions api, product weight, and verified shipping dimensions.

Easyparser Free Plan Shape
Free Plan

• Monthly 100 free credit!

All features No credit card

amazon.com/dp/B0BS9VVQPD
Package Dimensions

Data-Driven Logistics and Dimension Insights

The Dimension operation is a high-performance service designed to pull amazon product dimension specifications and amazon shipping dimensions data directly from Amazon.

By retrieving structured JSON outputs from this endpoint, you can stop guessing about shipping costs and start optimizing margins using reliable FBA Fee Calculator Data inputs.

  • Accurate amazon shipping dimensions data including height, width, and length used for fulfillment calculations.
  • Exact package weight values required for dimensional weight and shipping cost analysis.
  • Distinction between shipping dimensions vs. product dimensions to prevent FBA overbilling.
  • Packaged size and box-level measurements used by Amazon logistics systems.
  • Retrieval of price, brand, and high-quality image for logistics-aware cataloging.
  • And More Fields...

No credit card Stars 100 credit free Stars Real-time or Bulk

Next Step

Amazon Dimension API How-to

How to Get Started with the Amazon Dimension API

  1. 1
    Create Your Account

    Sign up today to receive 100 free monthly credits and test the dimension data instantly.

  2. 2
    Retrieve Your API Token

    Get your secure, auto-generated API token from your Plan page to authorize requests.

  3. 3
    Query the Endpoint

    Send an ASIN-based request and receive amazon package dimensions, amazon package weight, and shipping-ready data in structured JSON within seconds. Choose an endpoint now.

Perform detailed amazon logistics research, validate FBA Fee Calculator Data, and access verified shipping size and weight metrics easily.

The examples on the right show a sample request payload and response.

⚡ No IP blocks, no CAPTCHAs, fast, reliable Amazon logistics data responses

curl -X GET \

"https://realtime.easyparser.com/v1/request" \

-G \

-d api_key=YOUR_API_KEY \

-d platform=AMZ \

-d operation=PACKAGE_DIMENSION \

-d domain=.com \

-d output=json \

-d asin=B0F9X3FDYY \

import requests

import json

# set up the request parameters

params = {

"api_key": "YOUR_API_KEY",

"platform": "AMZ",

"operation": "PACKAGE_DIMENSION",

"domain": ".com",

"output": "json",

"asin": "B0F9X3FDYY",

}

# make the http GET request to Easyparser API

api_result = requests.get("https://realtime.easyparser.com/v1/request", params)

# print the JSON response from Easyparser API

print(json.dumps(api_result.json()))

const axios = require('axios');

// set up the request parameters

const params = {

api_key: 'YOUR_API_KEY',

platform: 'AMZ',

operation: 'PACKAGE_DIMENSION',

domain: '.com',

output: 'json',

asin: 'B0F9X3FDYY',

};

// make the http GET request to Easyparser API

axios.get('https://realtime.easyparser.com/v1/request', { params })

.then(response => console.log(response.data));

<?php

// set up the request parameters

$params = array(

'api_key' => 'YOUR_API_KEY',

'platform' => 'AMZ',

'operation' => 'PACKAGE_DIMENSION',

'domain' => '.com',

'output' => 'json',

'asin' => 'B0F9X3FDYY',

);

// make the http GET request to Easyparser API

$url = 'https://realtime.easyparser.com/v1/request?' . http_build_query($params);

$response = file_get_contents($url);

echo $response;

?>

package main

import (

"fmt"

"io"

"net/http"

"net/url"

)

func main() {

// set up the request parameters

params := url.Values{}

params.Add("api_key", "YOUR_API_KEY")

params.Add("platform", "AMZ")

params.Add("operation", "PACKAGE_DIMENSION")

params.Add("domain", ".com")

params.Add("output", "json")

params.Add("asin", "B0F9X3FDYY")

requestUrl := "https://realtime.easyparser.com/v1/request?" + params.Encode()

// make the request to Easyparser API

resp, _ := http.Get(requestUrl)

defer resp.Body.Close()

body, _ := io.ReadAll(resp.Body)

fmt.Println(string(body))

}

using System;

using System.Net.Http;

using System.Threading.Tasks;

using System.Collections.Generic;

class Program

{

static async Task Main(string[] args)

{

// set up the request parameters

var client = new HttpClient();

var query = new Dictionary<string, string> {

{ "api_key", "YOUR_API_KEY" },

{ "platform", "AMZ" },

{ "operation", "PACKAGE_DIMENSION" },

{ "domain", ".com" },

{ "output", "json" },

{ "asin", "B0F9X3FDYY" },

};

var queryString = await new FormUrlEncodedContent(query).ReadAsStringAsync();

var url = "https://realtime.easyparser.com/v1/request?" + queryString;

// make the request to Easyparser API

var response = await client.GetStringAsync(url);

Console.WriteLine(response);

}

}

import java.net.URI;

import java.net.http.HttpClient;

import java.net.http.HttpRequest;

import java.net.http.HttpResponse;

import java.net.URLEncoder;

import java.nio.charset.StandardCharsets;

import java.util.Map;

import java.util.LinkedHashMap;

public class EasyparserExample {

public static void main(String[] args) {

// set up the request parameters

HttpClient client = HttpClient.newHttpClient();

Map<String, String> params = new LinkedHashMap<>();

params.put("api_key", "YOUR_API_KEY");

params.put("platform", "AMZ");

params.put("operation", "PACKAGE_DIMENSION");

params.put("domain", ".com");

params.put("output", "json");

params.put("asin", "B0F9X3FDYY");

StringBuilder sb = new StringBuilder();

for (Map.Entry<String, String> entry : params.entrySet()) {

if (sb.length() > 0) sb.append("&");

sb.append(URLEncoder.encode(entry.getKey(), StandardCharsets.UTF_8))

.append("=")

.append(URLEncoder.encode(entry.getValue(), StandardCharsets.UTF_8));

}

String url = "https://realtime.easyparser.com/v1/request?" + sb.toString();

// make the request to Easyparser API

HttpRequest request = HttpRequest.newBuilder().uri(URI.create(url)).build();

HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());

System.out.println(response.body());

}

}

Next Step
Package Dimension Product Package Dimension Product Box
Small Electric Standing Desk Adjustable Height, 4 Memory Heig...
4.6 out of 5 stars (1,391 reviews)
Brand: HUANUO
Category: Office Products
ASIN: B0F9X3FDYY
Next Step
OUTPUT
Key API Features
amazon product dimension specifications amazon package dimension api amazon logistics research amazon package weight how to find weight of amazon package amazon product dimensions amazon package dimensions amazon shipping dimensions data amazon product size and weight specs

Strategic Use Cases for the Amazon Package Dimensions API

Turn real-time amazon shipping dimensions data into automated workflows for FBA auditing, logistics planning, and competitive packaging analysis.

FBA Fee Auditing & Recovery

FBA Fee Auditing & Recovery

Detect incorrectly measured listings by validating amazon package dimensions and amazon package weight, helping recover lost margin.

Shipping Cost Optimization

Shipping Cost Optimization

Compare volumetric weight with actual weight to identify packaging improvements that reduce fulfillment and shipping costs.

Logistics & Supply Chain Planning

Logistics & Supply Chain Planning

Use size and weight specifications to calculate container utilization, inbound shipment efficiency, and warehouse space planning.

Competitor Packaging Benchmarking

Competitor Packaging Benchmarking

Analyze competitor listings to identify packaging efficiency advantages based on amazon box dimensions.

Listing Content Verification

Listing Content Verification

Cross-check listing specifications against amazon product dimension specifications to reduce returns caused by inaccurate size data.

Inventory Cost Control

Inventory Cost Control

Identify oversized or heavy items early to avoid unexpected long-term storage and fulfillment fees.

New Product Viability Assessment

New Product Viability Assessment

Evaluate shipping size and weight before sourcing to avoid launching products with structurally unprofitable logistics costs.

Inbound Shipment Optimization

Inbound Shipment Optimization

Plan cartonization and pallet layouts using reliable dimension data to reduce inbound FBA shipping expenses.

Portfolio-Level Margin Analysis

Portfolio-Level Margin Analysis

Run bulk dimension analysis across multiple ASINs to identify margin leaks caused by size-tier misclassification.

Start free trial. No credit card required.

Frequently Asked Questions about the Amazon Package Dimensions API

Quick answers about the Amazon Package Dimensions API, including shipping dimensions, package weight accuracy, data freshness, and common logistics integration scenarios.

1. Why does the service provide package dimensions instead of product size?

Amazon calculates FBA storage and fulfillment fees based on the packaged size (shipping size). Our API focuses on these metrics because they are the most critical for your profitability and fee audits. If you need product size, you can use the Amazon Product Detail API.

2. Is the data retrieved in real time?

Yes. Dimension and weight data reflect the most current shipping metadata available at query time.

3. What units of measurement are used?

The service is marketplace-aware. US marketplaces return inches and pounds, while EU marketplaces return centimeters and kilograms.

4. How can this be used for FBA fee calculations?

By using amazon package dimensions, amazon package weight, and shipping dimensions vs. product dimensions, you can generate reliable FBA Fee Calculator Data programmatically.

5. Does the response include product images?

Yes. Each response includes image_url and thumb_string_url for internal dashboards and logistics catalogs.

6. Can competitor packaging sizes be compared?

Yes. Query multiple ASINs to benchmark amazon box dimensions and overall package efficiency.

7. Is this suitable for bulk ASIN analysis?

Absolutely. The system supports high-volume requests for large-scale logistics research and automation.

8. Can this data be used before sending inventory to FBA?

Yes. Dimension and weight insights help predict storage and fulfillment costs before inventory arrives at Amazon warehouses.

View More FAQs
Master Amazon Logistics with Package Dimension API

Audit package dimensions, weight, and fulfillment costs in one request.