Kullanıcı profili servisi

/srv/service/profile/

Yeni mesaj formu

/srv/service/profile/form-new-message/

Yeni tedarikçi mesaj formu

/srv/service/profile/form-supplier-message/{SUPPLIER_ID}/{PRODUCT}
// /srv/service/profile/form-supplier-message/0/

Yeni mesaj gönder

/srv/service/profile/send-new-message/
  • post : departmentId, subject, message

Mesaj sil

/srv/service/profile/delete-message/
  • post: id

İd ile ürün sile

/srv/service/profile/delete-shopping-products-by-product-id/
  • post: products

ürün sile

/srv/service/profile/delete-shopping-products/
  • post: products

Alarm listesi silme

/srv/service/profile/delete-alarm-products/
  • post: products

Fiyat Alarm listesine ekleme

/srv/service/profile/add-to-alarm-list/{PRODUCT_ID}-{SUB_PRODUCT_ID}/
  • post: productId currentPrice alarmPrice alarmDuration currency dipslayVat

Stock Alarm listesine ekleme

/srv/service/profile/add-to-stock-alarm-list/{PRODUCT_ID}-{SUB_PRODUCT_ID}/

Mesaj listesi

/srv/service/profile/get-message-list/

Mesaj departman listesi

/srv/service/profile/get-message-department-list/

Mesaj detayı

/srv/service/profile/get-message-detail/{ID}
// /srv/service/profile/get-message-detail/1

Kupon Listesi

/srv/service/profile/get-coupon-list/{IS_MOBILE_APP=0}
// /srv/service/profile/get-coupon-list?link=sepet

Alarm Listesi

/srv/service/profile/get-alarm-list/price
/srv/service/profile/get-alarm-list/{TYPE=price|stock}/{PARAMS=''}/{RETURNJSON=true}

Alışveriş Listesi

/srv/service/profile/get-shopping-list/{ID=''}/
// /srv/service/profile/get-shopping-list/

Alışveriş Listesine ekleme

/srv/service/profile/add-to-shopping-list/
  • post: ids, cat_id

Alışveriş Listesine linki oluşturma

/srv/service/profile/create-shopping-link/{SHOPPING_LIST_ID}/{EXPIRE_DAY=30}
// /srv/service/profile/create-shopping-link/1

Alışveriş Listesine linki paylaşma

/srv/service/profile/share-shopping-link/{EMAIL}/{SHOPPING_LIST_ID}/{EXPIRE_DAY=30}
// /srv/service/profile/share-shopping-link/test@test.com/1

Puanlar

/srv/service/profile/load-points/{TYPE=0}
// /srv/service/profile/load-points/0

Abone listesi

/srv/service/profile/subscribe-list/

Abone durdurma

/srv/service/profile/subscribe-stop/{ID}
// /srv/service/profile/subscribe-stop/1

İşlemleri durdurma

/srv/service/profile/subscribe-transactions/1

Anlık ödeme bildirimi

/srv/service/profile/get-current-payment-list/{PG=1}
// /srv/service/profile/get-current-payment-list/?pg=1