It's an initial PHP project to connect to Blibli Seller API. Please feel free to relay your comments, suggestions or corrections through pull request.
- Download / clone the initial project.
- Unzip it (if you download it instead of clone).
- Put on PHP server directory, for example on htdocs folder for Apache.
Load index.php and it will work like the below sequence:
- Send token request to
https://api-uata.gdn-app.com/v2/oauth/token
- Send refresh token request with
[1]
response tohttps://api-uata.gdn-app.com/v2/oauth/token
- Send order detail request with access token from
[2]
tohttps://api-uata.gdn-app.com/v2/proxy/mta/api/businesspartner/v1/order/orderDetail
- Send fulfill order request with access token from
[2]
tohttps://api-uata.gdn-app.com/v2/proxy/mta/api/businesspartner/v1/order/fulfillRegular
Load index-basic-auth.php and it will work like the below sequence:
- Send order detail request to
https://api-uata.gdn-app.com/v2/proxy/mta/api/businesspartner/v1/order/orderDetail
- Send fulfill order request with package id from
[1]
tohttps://api-uata.gdn-app.com/v2/proxy/seller/v1/orders/regular/{packageId}/fulfill