---
title: "Synchronize the grocery list.  Call this with a POST to /grocerylist/sync"
method: POST
path: "/grocerylist/sync"
tags: ["GroceryList"]
---

# Synchronize the grocery list.  Call this with a POST to /grocerylist/sync

`POST /grocerylist/sync`

## Request body

- API2ControllersWebAPIGroceryListControllerPostGroceryListSyncRequest
  - `list` BigOvenModelAPIGroceryGroceryList
    - `Items` BigOvenModelAPIGroceryItem[]
      - `ItemID` integer
      - `GUID` string
      - `RecipeID` integer
      - `Name` string
      - `Notes` string
      - `DisplayQuantity` string
      - `Department` string
      - `CreationDate` string, date-time
      - `IsChecked` boolean
      - `LocalStatus` string
      - `LastModified` string, date-time
      - `BigOvenObject` string
      - `ThirdPartyURL` string
    - `Recipes` BigOvenModelAPIRecipeInfo[]
      - `RecipeID` integer
      - `Title` string
      - `Cuisine` string
      - `Category` string
      - `Subcategory` string
      - `Microcategory` string
      - `StarRating` number, double
      - `StarRatingIMG` string
      - `WebURL` string
      - `ImageURL` string
      - `ImageURL120` string
      - `ReviewCount` integer
      - `Poster` BigOvenModelAPIUserInfo
        - `UserID` integer
        - `UserName` string
        - `ImageUrl48` string
        - `PhotoUrl48` string
        - `PhotoUrl` string
        - `WebUrl` string
        - `IsPremium` boolean
        - `IsKitchenHelper` boolean
        - `PremiumExpiryDate` string, date-time
        - `MemberSince` string, date-time
        - `IsUsingRecurly` boolean
        - `FirstName` string
        - `LastName` string
      - `IsPrivate` boolean
      - `HideFromPublicSearch` boolean
      - `IsBookmark` boolean
      - `BookmarkURL` string
      - `YieldNumber` number, double
      - `QualityScore` number, double
      - `CreationDate` string, date-time
      - `MaxImageSquare` integer
      - `TotalTries` integer
      - `HeroPhotoUrl` string
      - `HasVideos` boolean
    - `LastModified` string, date-time
    - `VersionGuid` string
  - `since` string — Gets or sets the since.

## Response `200`

OK

- SystemObject

---

[API](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2.md) · [All operations](https://skmtc.net/bigoven/apis/1-000-000-recipe-and-grocery-list-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigoven/1-000-000-recipe-and-grocery-list-api-v2/revisions/213a69be0728/schema)
