Data Source

Seller and data source information

Retrieve data source (seller) detail

get

Returns detailed information about a specific data source (seller/merchant).

Data Sources: In marketplace scenarios, data sources represent different sellers or merchants offering products. This endpoint provides seller information including:

  • Business contact details

  • Legal information (MERSIS, KEP)

  • Additional seller-specific data

Path parameters
pkintegerRequired

Unique identifier of the data source.

Example: 42
Responses
chevron-right
200

Data source detail retrieved successfully

application/json

Detailed seller/data source information.

pkintegerOptional

Data source identifier

Example: 42
namestringOptional

Internal name of the data source.

Example: seller-premium-electronics
titlestringOptional

Display title of the seller.

Example: Premium Electronics Store
addressstringOptional

Business address of the seller.

Example: 123 Commerce Street, Business District
emailstring · emailOptional

Contact email address.

Example: [email protected]
phone_numberstringOptional

Contact phone number.

Example: +90 212 555 1234
fax_numberstring · nullableOptional

Fax number (if available).

Example: +90 212 555 1235
kep_addressstring · nullableOptional

Registered Electronic Mail (KEP) address.

Required for official business correspondence in Turkey.

Example: [email protected]
mersis_numberstring · nullableOptional

Central Registration System (MERSIS) number.

Unique business registration number in Turkey.

Example: 0123456789012345
get
/datasources/{pk}/

Retrieve sellers offering a product

get

Returns all sellers (data sources) that offer a specific product, including their prices and stock levels.

Marketplace Support: For marketplace storefronts with multiple sellers, this endpoint provides:

  • All sellers offering the product

  • Seller-specific pricing

  • Seller-specific stock availability

  • Seller details for comparison

Response: Returns an array of seller offers, each containing:

  • Seller information (contact, business details)

  • Price data (price, retail price, currency)

  • Stock information (quantity, availability)

Path parameters
pkintegerRequired

Unique identifier of the product.

Example: 12345
Responses
chevron-right
200

Product sellers retrieved successfully

application/json

Seller's offer for a product including price and stock.

get
/product/{pk}/datasources/

Last updated

Was this helpful?