BukaLapak-API icon indicating copy to clipboard operation
BukaLapak-API copied to clipboard

Documentation for Bukalapak API

Bukalapak API Forked from orihalcum

Notes: URI changed from /v1 to /v2.

Introduction

Some of resources and url require authentication. Authentication uses user_id and token which can be obtained in two ways.

  • By API call to Authentication for Bukalapak API. You need to specify username or email and password of your Bukalapak account.
  • By manually visiting API Secret Page at Bukalapak.

Resources

  • Authentication for Bukalapak API
  • Bukalapak Products API
  • Bukalapak Product Category API
  • Bukalapak Image API
  • Bukalapak Transaction API
  • Bukalapak BukaDompet API
  • Bukalapak Negotiation API
  • Bukalapak Message API
  • Bukalapak User API

Debugging

  • We provide logging to store your API request parameters. Find it in API Secret Page
  • Tips: turn on verbose flag to inspect response from server, i.e. curl -v https://api.bukalapak.com/v2/object.json