> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFCatalogUpdateDraftItemAsync

> Update the metadata for an item in the working catalog.

Update the metadata for an item in the working catalog.

## Syntax

```cpp theme={null}
HRESULT PFCatalogUpdateDraftItemAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogUpdateDraftItemRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFCatalogUpdateDraftItemRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogupdatedraftitemrequest)

Populated request object.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on all platforms. When the asynchronous task is complete, call [PFCatalogUpdateDraftItemGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogupdatedraftitemgetresultsize) and [PFCatalogUpdateDraftItemGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogupdatedraftitemgetresult) to get the result.

## Requirements

**Header:** PFCatalog.h

## See also

[PFCatalog members](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [PFCatalogUpdateDraftItemGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogupdatedraftitemgetresult.md)
- [Services C API overview - PFCatalog.h](/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogGetDraftItemsAsync](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemsasync.md)
- [PFCatalogGetDraftItemAsync](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetdraftitemasync.md)
- [PFCatalogGetEntityDraftItemsAsync](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetentitydraftitemsasync.md)
