Akinon Release Notes (05/12/2025) are now live! Click here to learn what's new.
LogoLogo
API Reference
  • Home
  • Quick Start
  • Tutorials
  • Technical Guides
  • Release Notes
  • Glossary
  • Welcome to Akinon Technical Guides
  • ACC
    • ACC CLI
    • Create Application via CLI
    • Deploy Environment Variables
    • App Store for Developers
  • Omnitron
    • Product Types
    • Product Categorization
    • Splitting a Merged Order Item
  • Commerce
    • Shipping Rules Calculator
    • Data Source Shipping Options
    • Attribute Based Shipping Options
    • Filtering Products
    • Conversation & Messages
    • Sitemap Configuration
    • Weight-Based Product Sales
    • Group Attribute Sets
    • Contract Management
    • Find in Store for Whippy Ware
    • Plugins
    • Remote Price
    • E-mail Templates
    • Loyalty Accounts
    • Search Structure
    • User Segmentation & Rules
    • Promotions
  • OMS
    • Getting Started with OMS
    • Basic Setup
    • Scenarios
    • Capacity Feature
    • Package Management
      • Packages
      • Transfer
      • States
    • Commands
      • Packages
        • Package Command Parameters
        • DeAllocate Package Reservations Command
        • Channel Based Complete Packaging without Shipment Command
        • Complete Packaging with Shipment Command
        • Complete Packaging without Shipment Command
        • Package Refuse with Denial Reason Command
        • Product Not Found & Wrong Product Command
        • Product Not Found & Wrong Product Command Advanced
        • Package Packed for Refund Command
        • Block The Package For Action Command
        • Unblock the Package For Action Command
        • Update The Package’s Invoice
        • Manual Planning Command
      • Transfer
        • Transfer Order Advanced Command
        • Product for Transfer Not Found & Wrong Product Command
        • Transfer Delivered Command
        • Transfer Dispatch Command
        • Transfer Ready for Dispatch Command
        • Transfer Out Of Stock
      • Shipment
        • Shipment Order Command
        • Package Advanced Shipment Command
        • Ship The Package Command
        • Ship The Package without Shipment Integration Command
        • Update The Package’s Shipment Status Command
        • Update Shipment Info of Package Command
    • Inventory Locations & Engine
      • Properties & Domain Relation
      • Customization
      • Inventory Engine
    • Fulfillment
      • Shipments
      • Invoice Integration
    • Webhooks
      • Webhook Examples
        • Order Webhook
        • Package Webhook
        • Shipment Webhook
        • Stock Location Webhook
        • Transfer Webhook
    • Integrating OMS with Seller Center
  • Instore
    • Getting Started
    • Cash Register Integration
    • OTP (One Time Password) Process
    • Services
      • Password Reset Services
  • Marketplace Dashboard
    • N11 Marketplace Setup Configurations
    • Trendyol Marketplace Setup Configurations
    • Walmart Marketplace Setup Configurations
    • Amazon Marketplace Setup Configurations
    • Hepsiburada Marketplace Setup Configurations
  • Project Zero
    • Django
      • Basic Setup
      • Project Structure
        • Templates & Components
        • Private Dependencies
        • Omnife Project Submodule
        • Webpack
        • ESLint Rules
        • Bundles
        • Multilanguage & Translation
        • Environmental File
        • Custom Error Pages
        • Icon Font
      • Page Types
        • Static Pages & Flatpages
        • Account Page
          • Template Rendering in Account Pages
          • Forms & Validation
        • Basket Page
          • Redux Basket State
          • Basket Page - View
        • Checkout
          • Redux Checkout State
          • View & Template Rendering
          • Masking & Validation
      • Theming & Styling
      • Widgets
      • SEO Management
      • Extending Project Zero
    • Next.js
      • Basic Setup
      • Deployment
      • Static Assets
      • Plugins
      • Widgets
      • Icons
      • Localization
      • SEO Management
      • Advanced Usage
      • Data Fetching
        • Client
          • Account
          • Address
          • Basket
          • Checkout
          • Misc
          • Product
          • User
          • Wishlist
        • Server
          • Category
          • Flat Page
          • List
          • Menu
          • Product
          • SEO
          • Special Page
          • Widget
  • App Maker
    • Setup Your Environment
    • Plugin Quickstart
    • Create Project
    • Setup Existing Project
    • Deploy Project
    • Users and Roles
    • Add Public Key
    • App Maker CLI
    • Create App on Stores
      • Creating App on Apple App Store
      • Creating App on Google Play Store
    • Mobile App Framework
      • Configuration
      • Framework
      • Project Structure
        • Structure
        • Data Containers
        • Pages
      • Dependency Integration
        • Plugins
        • Akinon Plugin Adapter
  • Akifast
    • HPP
      • Getting Started
      • Authorization
      • Payment Session Creation
        • Key Points Before Creating a Payment Session
        • Creating Payment Session
        • Redirecting to the Payment Page
        • Errors Encountered During Payment Session Creation
      • Merchant Services
        • Shipping Query URL
        • Agreement Query URL
        • Other URLs
  • B2B
    • Getting Started
    • B2B Setup
  • Adds-on
    • Invoicer
      • Introduction
      • Invoice & Pay On Delivery Service
  • Channel App Template
    • Introduction
    • Installation and Usage
    • Development Steps
      • Folder Structure
      • Starting Step
      • Encoding the Sales Channel
        • Introduction
        • Setup
        • Products
        • Product Price
        • Product Stock
        • Product Image
        • Orders
        • Product Data
      • Adding a New Command to Akinon
      • Listening for External Requests
    • Architecture
      • Introduction
      • Integration
      • Services (Flows)
        • Introduction
        • Product Service
        • Price Service
        • Stock Service
        • Image Service
        • Order Service
  • Multi Regional Settings
    • Multi Regional Settings
Powered by GitBook

© 2025 Akinon. All rights reserved.

On this page
  • Query Parameters​
  • Example Request​
  • Response Parameters​
  • Example Response​

Was this helpful?

  1. Akifast
  2. HPP
  3. Merchant Services

Shipping Query URL

After the user selects their address in the Akifast, a request is sent to the merchant to inquire about the shipping options that will deliver to that address. The URL to which the request will be sent is determined by the query_shipping_option_url parameter sent when the payment session is created by the merchant.

Akifast sends a POST request to the merchant's specified query_shipping_option_url with the parameters listed below.

Query Parameters​

Parameter
Type
Description

order_id

string

Order number on the merchant side.

session_token

string

Payment session key obtained by the merchant.

basket_id

string

Basket identifier.

shipping_address.name

string

Name of the address holder.

shipping_address.surname

string

Surname of the address holder.

shipping_address.phone_number

string

Phone number of the address holder.

shipping_address.postal_code

string

Postal code of the address.

shipping_address.notes

string

Additional notes about the address.

shipping_address.company_name

string

Company name if the address is a corporate one.

shipping_address.address_title

string

Description of the address.

shipping_address.tax_no

string

Tax number for a corporate address.

shipping_address.tax_office

string

Tax office for a corporate address.

shipping_address.is_default

boolean

Indicator for the default address.

shipping_address.line

string

Address information.

shipping_address.address_type

string

Address type (CUSTOMER, RETAIL_STORE).

shipping_address.country.name

string

Country name.

shipping_address.country.code

string

Country code.

shipping_address.city.name

string

City name.

shipping_address.city.code

string

City code.

shipping_address.town.name

string

Town name.

shipping_address.town.code

string

Town code.

shipping_address.district.name

string

District name.

shipping_address.status

string

Status of the address.

shipping_address.hash_data

string

Unique hash code for the address.

billing_address.name

string

Name of the billing address.

billing_address.surname

string

Surname of the billing address.

billing_address.phone_number

string

Phone number of the billing address.

billing_address.postal_code

string

Postal code of the billing address.

billing_address.notes

string

Additional notes about the billing address.

billing_address.company_name

string

Company name if the billing address is a corporate one.

billing_address.address_title

string

Description of the billing address.

billing_address.tax_no

string

Tax number for a corporate billing address.

billing_address.tax_office

string

Tax office for a corporate billing address.

billing_address.is_default

boolean

Indicator for the default billing address.

billing_address.line

string

Billing address information.

billing_address.address_type

string

Billing address type (CUSTOMER, RETAIL_STORE).

billing_address.country.name

string

Billing country name.

billing_address.country.code

string

Billing country code.

billing_address.city.name

string

Billing city name.

billing_address.city.code

string

Billing city code.

billing_address.town.name

string

Billing town name.

billing_address.town.code

string

Billing town code.

billing_address.district.name

string

Billing district name.

billing_address.status

string

Status of the billing address.

billing_address.hash_data

string

Unique hash code for the billing address.

conversation_id

string

Private conversation identifier.

Example Request​

{
   "order_id":"8mMk171XX44919465",
   "session_token":"3a78d9f7-d8af-40XX-ae70-1daacaf802a9",
   "basket_id":"17108XX919465",
   "shipping_address":{
      "name":"t2",
      "surname":"c2",
      "phone_number":"+905XXXXXXXXX",
      "postal_code":"",
      "notes":null,
      "company_name":"",
      "address_title":"sample title",
      "tax_no":"",
      "tax_office":"",
      "is_default":true,
      "line":"test",
      "address_type":"CUSTOMER",
      "country":{
         "name":"Türkiye",
         "code":"TR"
      },
      "city":{
         "name":"İSTANBUL",
         "code":"ISTANBUL"
      },
      "town":{
         "name":"BAKIRKÖY",
         "code":"ISTANBUL_BAKIRKOY"
      },
      "district":{
         "name":"OSMANİYE MAH",
         "code":"89069292"
      },
      "status":"ACTIVE",
      "hash_data":"ACC2D0D134ABDC210C55AB6BC96E5XXB4B7A7CA899131EE182313C94DBA1DC43",
      "phone":{
         "country_phone_code":"+90",
         "national_phone_number":"5XXXXXXXXX"
      }
   },
   "billing_address":{
      "name":"t2",
      "surname":"c2",
      "phone_number":"+905XXXXXXXXX",
      "postal_code":"",
      "notes":null,
      "company_name":"",
      "address_title":"sample title",
      "tax_no":"",
      "tax_office":"",
      "is_default":true,
      "line":"test",
      "address_type":"CUSTOMER",
      "country":{
         "name":"Türkiye",
         "code":"TR"
      },
      "city":{
         "name":"İSTANBUL",
         "code":"ISTANBUL"
      },
      "town":{
         "name":"BAKIRKÖY",
         "code":"ISTANBUL_BAKIRKOY"
      },
      "district":{
         "name":"OSMANİYE MAH",
         "code":"89069292"
      },
      "status":"ACTIVE",
      "hash_data":"ACC2D0D134ABDC210C55AB6BC96E5XXB4B7A7CA899131EE182313C94DBA1DC43",
      "phone":{
         "country_phone_code":"+90",
         "national_phone_number":"5XXXXXXXXX"
      }
   },
   "conversation_id":"42XX231"

Response Parameters​

Return Value
Type
Description

count

string

Number of shipping options.

shipping_options[0].description

string

Description of the shipping option.

shipping_options[0].logo_url

string

URL of the image representing the shipping company.

shipping_options[0].name

string

Name of the shipping company.

shipping_options[0].key

string

Akinon key of the shipping company.

shipping_options[0].shipping_amount

number

Shipping cost.

Example Response​

{
   "count":2,
   "shipping_options":[
      {
         "description":"Hafta içi ve Cumartesi 15:00'e kadar verilen siparişler, aynı gün içinde 23:00'e kadar teslim edilir. 15:00'den sonra, Pazar günleri ve resmi tatil günlerinde verilen siparişler ise takip eden ilk iş günü saat 23:00'e kadar teslim edilir.",
         "logo_url":"https://samplelogourl",
         "name":"Sample Cargo-1",
         "key":"12",
         "shipping_amount":9.9
      },
      {
         "description":"Siparişin 2-4 iş günü içerisinde kargoya verilecektir.",
         "logo_url":"https://samplelogourl",
         "name":"Sample Cargo-2",
         "key":"14",
         "shipping_amount":19.9
      }
   ]
}
PreviousMerchant ServicesNextAgreement Query URL

Last updated 23 days ago

Was this helpful?