CSV Fields
BlueCart API can return data in CSV format by specifying the output=csv request parameter. When setting output=csv the csv_fields parameter determines the fields to include in the CSV result.
CSV fields should be specified as a comma seperated list of field names, with nested fields being expressed in dot notation .
Here's an example of the csv_fields parameter:
csv_fields= Below is a full list of all of the supported CSV Fields shown under their group.
Field Group | Fields in Group |
---|---|
request | type url page max_page item_id seller_id gtin sort_by search_term category_id customer_zipcode delivery_type rating condition min_price max_price facets walmart_domain |
product | title item_id product_id item_number upc model link main_image.link rating ratings_total brand brand_link color dimensions buybox_winner.price buybox_winner.was_price buybox_winner.unit buybox_winner.unit_price buybox_winner.unit_price_text buybox_winner.currency_symbol buybox_winner.id buybox_winner.availability.raw buybox_winner.availability.in_stock buybox_winner.availability.preorder buybox_winner.availability.preorder_date buybox_winner.fulfillment.pickup buybox_winner.fulfillment.delivery_from_store buybox_winner.fulfillment.shipping buybox_winner.fulfillment.message buybox_winner.fulfillment.zipcode buybox_winner.seller.name buybox_winner.seller.id buybox_winner.seller.id_secondary buybox_winner.seller.link |
reviews | id title body rating positive_feedback negative_feedback source. source.is_external_source source.external_source source.author_id source.author_name source.syndication_source |
autocomplete_results | autocomplete_results.suggestion autocomplete_results.category_name autocomplete_results.type |
search_results | position product.title product.link product.description product.brand product.item_id product.product_id product.main_image product.rollback product.department product.rating product.ratings_total inventory.in_stock inventory.preorder fulfillment.pickup fulfillment.delivery_from_store fulfillment.shipping fulfillment.shipping_days |
category_results | position product.title product.link product.description product.brand product.item_id product.product_id product.main_image product.rollback product.department product.rating product.ratings_total inventory.in_stock inventory.preorder fulfillment.pickup fulfillment.delivery_from_store fulfillment.shipping fulfillment.shipping_days |
seller_profile | seller_details.name seller_details.id seller_details.id_secondary seller_details.link seller_details.is_pro_seller seller_details.logo seller_details.phone seller_details.rating seller_details.ratings_total seller_details.percent_positive seller_details.service_text seller_details.about seller_details.returns_policy seller_details.shipping_text seller_details.rating_breakdown.one_star seller_details.rating_breakdown.two_star seller_details.rating_breakdown.three_star seller_details.rating_breakdown.four_star seller_details.rating_breakdown.five_star seller_details.address.address1 seller_details.address.address2 seller_details.address.city seller_details.address.state seller_details.address.zipcode seller_details.address.country |