Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

[Checkout] Rename increment_id for CustomerOrder type #878

@YevSent

Description

@YevSent

Summary

The CustomerOrder type has increment_id field which represents order number on the storefront. The backend service contracts use this field as is but for the storefront API doesn't have business logic for it and the most usage - show to customer the number of the order.

Acceptance Criteria

  • Deprecate increment_id in CustomerOrder type
  • Introduce order_number: String! in CustomerOrder type
  • Cover with tests

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions