Jump to Content
lazada-sellercenterGuidesChangelog
GuidesAPI ReferenceChangelog
v1.0

GuidesChangelogLog Inlazada-sellercenter
Guides
Log In
v1.0
Auth

Overview

  • Announcement
  • Summary of changes
  • Overview of the Seller Center API
  • Process flow
  • Instructions on calling APIs
  • Signing requests
  • Response and error messages
  • Getting support

PRODUCT ENDPOINTS

  • GetCategoryTree
  • GetCategoryAttributes
  • GetBrands
  • UploadImage
  • UploadImages
  • MigrateImage
  • MigrateImages
  • GetResponse
  • SearchSPUs
  • CreateProduct
    • Guide for Creating Products
  • SetImages
  • GetProducts
  • UpdateProduct
  • UpdatePriceQuantity
  • RemoveProduct

SALES ORDER ENDPOINTS

  • GetOrders
  • GetOrder
  • GetOrderItems
  • GetMultipleOrderItems
  • SetStatusToPackedByMarketplace
  • SetStatusToReadyToShip
  • SetStatusToCanceled
  • SetInvoiceNumber
  • GetDocument
  • GetFailureReasons

SHIPMENT PROVIDER ENDPOINTS

  • GetShipmentProviders

SELLER ENDPOINTS

  • GetMetrics (to be deprecated)
  • GetPayoutStatus
  • GetStatistics (to be deprecated)
  • GetSeller
  • SellerUpdate
  • UserUpdate
  • GetTransactionDetails

QUALITY CONTROL ENDPOINTS

  • GetQcStatus

SELLER OWN FLEET ENDPOINTS

  • Introduction
  • Auth
  • SendUpdateOrderStatus

FAQ

  • Frequently Asked Questions
Powered by 

Auth

Suggest Edits

Definition

Request URI: https://sofp.lazada.sg/api/auth

Parameters

FieldTypeDescription
usernamestringusername as per SOFP
passwordstringpassword as per SOFP

Example

POST /api/auth HTTP/1.1
Host: sofp-staging.lzd.co
 
Headers:
"Content-Type": "application/json"
 
{
    "username":"<username>",
    "password":"<password>"
}

Result sample

{
  "token":"<token string>"
}

Updated over 7 years ago


  • Table of Contents
    • Definition
    • Parameters
    • Example
    • Result sample