ProductUpdatesResource
Defined in: sdks/hepsiburada/src/resources/product-updates.ts:25
Hepsiburada Product Updates (urun-guncelleme-entegrasyonu).
Service base URL: oms-external[-sit].hepsiburada.com. 3-endpoint
surface — submit updates, poll status, query update history per
(merchantId, hbSku) pair.
NOTE: Sandbox beekod_dev merchant doesn’t have permission for this
surface; SIT calls return 403. Behavior verified against the
developer-portal spec; live-tested in production by integrators with
the right scope.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ProductUpdatesResource(
transport,limiter?):ProductUpdatesResource
Defined in: sdks/hepsiburada/src/resources/product-updates.ts:28
Parameters
Section titled “Parameters”transport
Section titled “transport”HepsiburadaTransport
limiter?
Section titled “limiter?”TokenBucketRateLimiter
Returns
Section titled “Returns”ProductUpdatesResource
Methods
Section titled “Methods”getUpdateHistory()
Section titled “getUpdateHistory()”getUpdateHistory(
hbSku):Promise<ProductUpdateHistoryEntry[]>
Defined in: sdks/hepsiburada/src/resources/product-updates.ts:80
Get the full update history for one (merchantId, hbSku) pair.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<ProductUpdateHistoryEntry[]>
getUpdateStatus()
Section titled “getUpdateStatus()”getUpdateStatus(
trackingId):Promise<ProductUpdateStatus>
Defined in: sdks/hepsiburada/src/resources/product-updates.ts:57
Get the status of a previously-submitted update batch.
Parameters
Section titled “Parameters”trackingId
Section titled “trackingId”string
Returns
Section titled “Returns”Promise<ProductUpdateStatus>
importUpdates()
Section titled “importUpdates()”importUpdates(
updates):Promise<ProductUpdateReceipt>
Defined in: sdks/hepsiburada/src/resources/product-updates.ts:39
Submit a batch of product updates. Returns a trackingId you can poll
via getUpdateStatus(trackingId).
Parameters
Section titled “Parameters”updates
Section titled “updates”Returns
Section titled “Returns”Promise<ProductUpdateReceipt>
Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.