---
title: "Rates for fulfillment."
method: POST
path: "/fulfillments/rates.json"
tags: ["Fulfillments"]
---

# Rates for fulfillment.

`POST /fulfillments/rates.json`

## Request body

- FulfillmentRates
  - `rates` FulfillmentRatesFields
    - `order_id` string — Order associated with the fulfillment (optional)
    - `location_id` string, required — Id of the origin location from where the shipment is being made
    - `shipping_address` ShippingAddress
      - `name` string — Name of the Customer's Shipping Address
      - `surname` string — Surname of the Customer's Shipping Address
      - `address` string — Address of the Customer's Shipping Address
      - `city` string — City of the Customer's Shipping Address
      - `postal` string — Postal code of the Customer's Shipping Address
      - `municipality` string — Municipality of the Customer's Shipping Address
      - `neighbourhood` string — Third level of administrative subdivision of the Customer's Shipping Address used only for some countries (e.g. Mexico)
      - `region` string — Region code of the Customer's Shipping Address (Use the FIPS standard - http://www.geonames.org/countries/)
      - `country` string — Country code of the Customer's Shipping Address (ISO 3166-1 alpha-2)
    - `packages_dimensions` PackagesDimensions[] — Array of packages dimensions to be fulfilled (if empty, products from order will be used in a single package)
      - `length` number, float — Length of the package
      - `width` number, float — Width of the package
      - `height` number, float — Height of the package
      - `weight` number, float — Weight of the package

## Response `200`

OK

- Rate[]
  - `fulfillment_company` string — Type of fulfillment company
  - `service_label` string — Name of the service (this name is for better understanding of the service)
  - `service_type` string — Type of the service (code of the service that identifies it)
  - `amount` unknown

---

[API](https://skmtc.net/jumpseller/apis/jumpseller-api.md) · [All operations](https://skmtc.net/jumpseller/apis/jumpseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jumpseller/jumpseller-api/revisions/d63f37bfbe02/schema)
