API Changelog¶
Changes to the API will be posted here!
March 2015¶
Modified:¶
- Get Inventories and Get Inventory calls can now return an additional inventory resource:
- stock_room_id
- Create Inventory call now allows inventory consolidation
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:¶
- Added following properties to Inventory resource:
- sale_rate: Sale value to adjust item price
- Parameters for Tiered Pricing
October 13, 2014¶
Added:¶
July 19, 2014¶
Fixed:¶
- Fixed typo in the word "quantity" inside 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)"
- Fixed error in Update Inventory resource document
- color_id can not be updated
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 the 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
- Modified Get Price Guide calls now allows:
- to include or exclude VAT
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)
- See: Item Mapping Method
- Added following methods:
- Get Known Colors: Gets currently known colors of the item
- Send Drive Thru: Send "Thank You, Drive Thru!" e-mail to a buyer
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(includes the order just placed and also purged orders)-> to be included in next release- 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 endpoint for creating/reading/updating/deleting Coupons
- See: Coupon Method
- Added new endpoint for creating/reading/updating/deleting your Notes on Members
- See: Member Method
- Added new endpoint for reading Feedback Ratings of a specific member
- See: Member Method
- Added new endpoint for reading Shipping Methods of your store
- See: Setting Method
- Added following methods:
- Update Payment Status: Updates the payment status of a specific order
- Get Item Image: Gets image URL of the specified item by colors
Fixed:¶
- Fixed bug 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 bug in updating order status that are not able to update status to "SHIPPED"