get https://sellercenter-api.linio.com.mx/?Action=GetOrderComments
Get all comments belonging to a single order.
CommentId | Unsigned | Identifier of this comment as assigned by Seller Center. |
Username | String | The commenter name |
Content | String | The comment body |
Type | Enum | information_only action_required refund |
IsOpened | String | If comment is open |
IsAnswered | String | If comment has already been answered. (Useful for action_required types) |
CreatedAt | DateTime | Date and time when the comment was added. |
UpdatedAt | DateTime | Date and time of last change to the comment. |
Comments | Array | Comment replies |
Errors
Error code | Message |
---|---|
16 | E016: "%s" Invalid Order ID |