Skip to content

ClassificationIndex and ProductIndex values are null after we get categories #4

@Cozdemir

Description

@Cozdemir

I run following code as shown in examples. catogorySource is retrived but ProductIndex and ClassificationIndex values are null for creating a filter.

var server = new UpstreamServerClient(Endpoint.Default);
var categoriesSource = await server.GetCategories();

// Create a filter for first product and all classifications for it
var filter = new QueryFilter(
categoriesSource.ProductsIndex.Values.Take(1),
categoriesSource.ClassificationsIndex.Values);

https://microsoft.github.io/update-server-server-sync/examples/metadata_basic.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions