Get all GiftRegistries
GET {{baseUrl}}/3dCartWebAPI/v1/GiftRegistries?catalogid=<integer>&sku=<string>&datestartcreated=<string>&dateendcreated=<string>&datestartevent=<string>&dateendevent=<string>&datestartexpiration=<string>&dateendexpiration=<string>&limit=<integer>&offset=<integer>&countonly=<integer>
Get a list of all GiftRegistries
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
catalogid | string | Catalog ID | |
sku | string | SKU Code of the product | |
datestartcreated | string | Created Date Start (mm/dd/yyyy hh:mm:ss) | |
dateendcreated | string | Created Date End (mm/dd/yyyy hh:mm:ss) | |
datestartevent | string | Event Date Start (mm/dd/yyyy hh:mm:ss) | |
dateendevent | string | Event Date End (mm/dd/yyyy hh:mm:ss) | |
datestartexpiration | string | Expiration Date Start (mm/dd/yyyy hh:mm:ss) | |
dateendexpiration | string | Expiration Date End (mm/dd/yyyy hh:mm:ss) | |
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only |