Welcome to BrickLink Store API




[ Change Logs ]


March 2015

Modified:

Fixed:

  • Bug fixes in Update Coupon call:
    • "discount_amount" and "applies_to" values were not set correctly


February 2015

Added:

  • Added following properties to Inventory resource:
    • my_weight: Custom weight of items


December 2014

Added:



Oct 23, 2014

Added:

  • Added following properties to Inventory resource:
    • my_cost: My Cost value to tracking the cost of item


Jul 19, 2014

Fixed:

  • Fixed typo in the word "quantity" inside the price detail
    • For next several update, both "quantity" and "qunatity" will be returned
    • Then a field "qunatity" will be removed later


Jun 4, 2014

Fixed:

  • Fixed bug in creating an inventory that does not allows item in color "0 (Not Applicable)"


May 28, 2014

Added:

  • Added following properties to Order resource:
    • cost.vat_rate(disp_cost.vat_rate): VAT percentage applied to this order
    • cost.vat_amount(disp_cost.vat_amount): Total amount of VAT included in grand_total price

Fixed:

  • Fixed bug in getting an order that does not retrieves PURGED orders


Apr 15, 2014

Modified:

  • Modified Update Order calls now allows:
    • to update order remarks

Added:

  • Added following properties to Order resource:
    • buyer_order_count: Total count of all orders placed by the buyer in the seller's store(includes the order just placed and also purged orders)
  • Added normalized address and name field to Order resource
    • If a buyer updated his/her address and name as a normalized form
  • Added new endpoint to get mappings of BL Catalog Item to Part-Color-Code(A.K.A ElementID)


Feb 28, 2014

Modified:

  • Modified following properties of Order resource:
    • cost.disp_currency_code -> disp_cost.currency_code
    • cost.disp_subtotal -> disp_cost.subtotal
    • cost.disp_grand_total -> disp_cost.grand_total
  • Modified Update Order calls now allows:
    • to update file/unfiled status
    • to update shipping method ID

Added:

  • Added following properties to Order resource:
    • date_status_changed: The time the order status was last modified
    • buyer_order_count: Total count of all orders placed by the buyer in the seller's store
    • is_filed: Indicates whether the order is filed
    • sent_drive_thru: Indicates whether "Thank You, Drive Thru!" email has been sent
    • total_weight: The total weight of the items ordered based on catalog and custom weight
    • shipping.method_id: Shipping method ID
    • disp_cost: Cost information for this order in DISPLAY currency
  • Added following properties to Order Item resource:
    • color_name: Color name of the item
    • weight: The weight of the item that overrides the catalog weight
  • Added new API for creating/reading/updating/deleting Coupons
  • Added new API for creating/reading/updating/deleting your Notes on Members
  • Added new API for reading Feedback Ratings of a specific member
  • Added new API for reading Shipping Methods of your store

Fixed:

  • fixed bugs in Push Notifications that are not delivered properly


Feb 06, 2014

Fixed:

  • Fixed typo in Order resource document
    • cost.grandtotal -> cost.grand_total
    • cost.disp_grandtotal -> cost.disp_grand_total


Feb 03, 2014

Modified:

  • Modified the response data to be filtered based on attributes of the resources
    • Order: status
    • Inventory: status, item type, categories, colors
    • Price guide: seller locations

Added:

  • Added following properties to Order resource:
    • cost.disp_currency_code: The display currency code of the user
    • cost.disp_subtotal: The subtotal price in display currency of the user
    • cost.disp_grandtotal: The grand total price in display currency of the user
  • Added following properties to Order Item resource:
    • inventory_id: The ID of the inventory that includes the item
    • currency_code: The currency code of the price
    • disp_currency_code: The display currency code of the user
    • disp_unit_price: The original price of this item per sale unit in display currency of the user
    • disp_unit_price_final: The unit price of this item after applying tiered pricing policy in display currency of the user
    • remarks: User remarks of the order item
    • description: User description of the order item
  • Added individual sales/history information to Price Guide resource
  • Added a sample request URI of each API calls(with optional parameters) to document

Fixed:

  • fixed bugs in updating order status that are not able to update status to "SHIPPED"


Feb 03, 2014

Added:

  • Store API is now public!!